Skip to content

Commit

Permalink
Fix go mod structure
Browse files Browse the repository at this point in the history
  • Loading branch information
ChrisSchinnerl committed Apr 23, 2024
1 parent c1709d1 commit 0571232
Show file tree
Hide file tree
Showing 9 changed files with 21 additions and 7 deletions.
3 changes: 0 additions & 3 deletions go.mod

This file was deleted.

Empty file removed go.sum
Empty file.
1 change: 0 additions & 1 deletion go.work
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
go 1.21.7

use (
./
./hostd
./renterd
./sdk
Expand Down
6 changes: 5 additions & 1 deletion hostd/go.mod
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
module go.sia.tech/web/hostd

go 1.20
go 1.21.7

toolchain go1.22.1

require go.sia.tech/web v0.0.0-20240422221546-c1709d16b6ef
2 changes: 2 additions & 0 deletions hostd/go.sum
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
go.sia.tech/web v0.0.0-20240422221546-c1709d16b6ef h1:X0Xm9AQYHhdd85yi9gqkkCZMb9/WtLwC0nDgv65N90Y=
go.sia.tech/web v0.0.0-20240422221546-c1709d16b6ef/go.mod h1:nGEhGmI8zV/BcC3LOCC5JLVYpidNYJIvLGIqVRWQBCg=
6 changes: 5 additions & 1 deletion renterd/go.mod
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
module go.sia.tech/web/renterd

go 1.20
go 1.21.7

toolchain go1.22.1

require go.sia.tech/web v0.0.0-20240422221546-c1709d16b6ef // indirect
2 changes: 2 additions & 0 deletions renterd/go.sum
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
go.sia.tech/web v0.0.0-20240422221546-c1709d16b6ef h1:X0Xm9AQYHhdd85yi9gqkkCZMb9/WtLwC0nDgv65N90Y=
go.sia.tech/web v0.0.0-20240422221546-c1709d16b6ef/go.mod h1:nGEhGmI8zV/BcC3LOCC5JLVYpidNYJIvLGIqVRWQBCg=
6 changes: 5 additions & 1 deletion walletd/go.mod
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
module go.sia.tech/web/walletd

go 1.20
go 1.21.7

toolchain go1.22.1

require go.sia.tech/web v0.0.0-20240422221546-c1709d16b6ef
2 changes: 2 additions & 0 deletions walletd/go.sum
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
go.sia.tech/web v0.0.0-20240422221546-c1709d16b6ef h1:X0Xm9AQYHhdd85yi9gqkkCZMb9/WtLwC0nDgv65N90Y=
go.sia.tech/web v0.0.0-20240422221546-c1709d16b6ef/go.mod h1:nGEhGmI8zV/BcC3LOCC5JLVYpidNYJIvLGIqVRWQBCg=

0 comments on commit 0571232

Please sign in to comment.