Skip to content

Commit

Permalink
build: go mod tidy && go mod verify
Browse files Browse the repository at this point in the history
  • Loading branch information
jtacoma committed Dec 8, 2020
1 parent 2ed6e7f commit dccb175
Show file tree
Hide file tree
Showing 2 changed files with 377 additions and 154 deletions.
25 changes: 9 additions & 16 deletions go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -2,24 +2,17 @@ module github.com/google/note-maps

go 1.14

replace github.com/keybase/go-keychain => github.com/99designs/go-keychain v0.0.0-20191008050251-8e49817e8af4

require (
github.com/99designs/gqlgen v0.11.3
github.com/99designs/keyring v1.1.5
github.com/AndreasBriese/bbloom v0.0.0-20190825152654-46b345b51c96 // indirect
github.com/alecthomas/participle v0.5.0
github.com/dgraph-io/badger v1.6.1
github.com/dgraph-io/ristretto v0.0.3 // indirect
github.com/golang/protobuf v1.4.2
github.com/golang/snappy v0.0.1 // indirect
github.com/99designs/gqlgen v0.13.0
github.com/99designs/keyring v1.1.6
github.com/alecthomas/participle v0.7.1
github.com/dgraph-io/badger v1.6.2
github.com/golang/protobuf v1.4.3
github.com/google/subcommands v1.2.0
github.com/textileio/go-threads v0.1.23
github.com/vektah/gqlparser/v2 v2.0.1
golang.org/x/mobile v0.0.0-20200801112145-973feb4309de
golang.org/x/net v0.0.0-20200707034311-ab3426394381 // indirect
golang.org/x/sys v0.0.0-20200625212154-ddb9806d33ae // indirect
golang.org/x/tools v0.0.0-20200731060945-b5fad4ed8dd6 // indirect
github.com/textileio/go-threads v1.0.2
github.com/vektah/gqlparser/v2 v2.1.0
google.golang.org/protobuf v1.25.0
gopkg.in/yaml.v3 v3.0.0-20200615113413-eeeca48fe776
)

replace github.com/keybase/go-keychain => github.com/99designs/go-keychain v0.0.0-20191008050251-8e49817e8af4
Loading

0 comments on commit dccb175

Please sign in to comment.