Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -3,12 +3,12 @@ module github.com/brotherlogic/lock
go 1.16

require (
github.com/brotherlogic/datastore v0.0.0-20240108092355-13c3451e9f3b // indirect
github.com/brotherlogic/dstore v0.0.0-20240103222510-cb87ca7c9c53
github.com/brotherlogic/datastore v0.0.0-20240115100013-e0bf6637774f // indirect
github.com/brotherlogic/dstore v0.0.0-20240110235822-65994e72bc43
github.com/brotherlogic/goserver v0.0.0-20230726200050-779ae6811580
github.com/golang/protobuf v1.5.3
github.com/prometheus/client_golang v1.18.0
golang.org/x/net v0.19.0
golang.org/x/net v0.20.0
google.golang.org/grpc v1.60.1
google.golang.org/protobuf v1.32.0
)
Loading