Browse Source

init go mod

pull/1/head
Stephanie Gredell 7 months ago
parent
commit
a00a104060
  1. 6
      go.mod
  2. 3
      go.sum

6
go.mod

@ -1,5 +1,3 @@ @@ -1,5 +1,3 @@
module github.com/digitalocean/sample-golang
module systemdesigngame
go 1.13
require github.com/gofrs/uuid v3.3.0+incompatible // indirect
go 1.22.2

3
go.sum

@ -1,3 +0,0 @@ @@ -1,3 +0,0 @@
github.com/gofrs/uuid v1.2.0 h1:coDhrjgyJaglxSjxuJdqQSSdUpG3w6p1OwN2od6frBU=
github.com/gofrs/uuid v3.3.0+incompatible h1:8K4tyRfvU1CYPgJsveYFQMhpFd/wXNM7iK6rR7UHz84=
github.com/gofrs/uuid v3.3.0+incompatible/go.mod h1:b2aQJv3Z4Fp6yNu3cdSllBxTCLRxnplIgP/c0N/04lM=
Loading…
Cancel
Save