Skip to content

Commit

Permalink
BUG: Fixed module path.
Browse files Browse the repository at this point in the history
  • Loading branch information
jwrosewell committed Sep 4, 2021
1 parent 4474cad commit 53ed51f
Show file tree
Hide file tree
Showing 2 changed files with 546 additions and 1 deletion.
48 changes: 47 additions & 1 deletion go.mod
Original file line number Diff line number Diff line change
@@ -1,3 +1,49 @@
module swanop
module github.com/SWAN-community/swan-op-go

go 1.17

require (
github.com/SWAN-community/owid-go v0.1.1
github.com/SWAN-community/salt-go v0.1.1
github.com/SWAN-community/swan-go v0.1.2
github.com/SWAN-community/swift-go v0.1.3
github.com/google/uuid v1.3.0
)

require (
cloud.google.com/go v0.75.0 // indirect
cloud.google.com/go/firestore v1.5.0 // indirect
cloud.google.com/go/storage v1.10.0 // indirect
firebase.google.com/go v3.13.0+incompatible // indirect
github.com/Azure/azure-sdk-for-go v48.2.0+incompatible // indirect
github.com/Azure/go-autorest v14.2.0+incompatible // indirect
github.com/Azure/go-autorest/autorest v0.11.11 // indirect
github.com/Azure/go-autorest/autorest/adal v0.9.5 // indirect
github.com/Azure/go-autorest/autorest/date v0.3.0 // indirect
github.com/Azure/go-autorest/logger v0.2.0 // indirect
github.com/Azure/go-autorest/tracing v0.6.0 // indirect
github.com/aws/aws-sdk-go v1.35.28 // indirect
github.com/form3tech-oss/jwt-go v3.2.2+incompatible // indirect
github.com/golang/groupcache v0.0.0-20200121045136-8c9f03a8e57e // indirect
github.com/golang/protobuf v1.4.3 // indirect
github.com/google/go-cmp v0.5.4 // indirect
github.com/googleapis/gax-go/v2 v2.0.5 // indirect
github.com/jmespath/go-jmespath v0.4.0 // indirect
github.com/jstemmer/go-junit-report v0.9.1 // indirect
github.com/satori/go.uuid v1.2.0 // indirect
go.opencensus.io v0.22.5 // indirect
golang.org/x/crypto v0.0.0-20201002170205-7f63de1d35b0 // indirect
golang.org/x/lint v0.0.0-20201208152925-83fdc39ff7b5 // indirect
golang.org/x/mod v0.4.1 // indirect
golang.org/x/net v0.0.0-20201224014010-6772e930b67b // indirect
golang.org/x/oauth2 v0.0.0-20210218202405-ba52d332ba99 // indirect
golang.org/x/sys v0.0.0-20210223095934-7937bea0104d // indirect
golang.org/x/text v0.3.4 // indirect
golang.org/x/tools v0.1.0 // indirect
golang.org/x/xerrors v0.0.0-20200804184101-5ec99f83aff1 // indirect
google.golang.org/api v0.40.0 // indirect
google.golang.org/appengine v1.6.7 // indirect
google.golang.org/genproto v0.0.0-20210222152913-aa3ee6e6a81c // indirect
google.golang.org/grpc v1.35.0 // indirect
google.golang.org/protobuf v1.25.0 // indirect
)
Loading

0 comments on commit 53ed51f

Please sign in to comment.