diff --git a/go.mod b/go.mod deleted file mode 100644 index 52841522c..000000000 --- a/go.mod +++ /dev/null @@ -1,3 +0,0 @@ -module go.sia.tech/web - -go 1.21.7 diff --git a/go.sum b/go.sum deleted file mode 100644 index e69de29bb..000000000 diff --git a/go.work b/go.work index b2201135d..26934701f 100644 --- a/go.work +++ b/go.work @@ -1,7 +1,6 @@ go 1.21.7 use ( - ./ ./hostd ./renterd ./sdk diff --git a/hostd/go.mod b/hostd/go.mod index beda518cd..9358a2f07 100644 --- a/hostd/go.mod +++ b/hostd/go.mod @@ -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 diff --git a/hostd/go.sum b/hostd/go.sum new file mode 100644 index 000000000..73120695d --- /dev/null +++ b/hostd/go.sum @@ -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= diff --git a/renterd/go.mod b/renterd/go.mod index 67c482ffc..b1455f445 100644 --- a/renterd/go.mod +++ b/renterd/go.mod @@ -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 diff --git a/renterd/go.sum b/renterd/go.sum new file mode 100644 index 000000000..73120695d --- /dev/null +++ b/renterd/go.sum @@ -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= diff --git a/walletd/go.mod b/walletd/go.mod index 53d1f5397..3a9e1862a 100644 --- a/walletd/go.mod +++ b/walletd/go.mod @@ -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 diff --git a/walletd/go.sum b/walletd/go.sum new file mode 100644 index 000000000..73120695d --- /dev/null +++ b/walletd/go.sum @@ -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=