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
12 changes: 7 additions & 5 deletions go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -3,14 +3,16 @@ module github.com/brotherlogic/proxy
go 1.16

require (
github.com/brotherlogic/frametracker v0.0.0-20230901200447-8bee219f1071
github.com/brotherlogic/githubcard v0.0.0-20230905022601-0bc2851cc71a // indirect
github.com/brotherlogic/gobuildslave v0.0.0-20230829152314-ca71975983f6
github.com/brotherlogic/discovery v0.0.0-20230909214340-cdae9da9d89f // indirect
github.com/brotherlogic/frametracker v0.0.0-20230910025518-40e24831f956
github.com/brotherlogic/githubcard v0.0.0-20230911165202-79eab47c523d // indirect
github.com/brotherlogic/gobuildslave v0.0.0-20230906033756-7695926be4bc
github.com/brotherlogic/goserver v0.0.0-20230726200050-779ae6811580
github.com/brotherlogic/location v0.0.0-20200818030042-5fd88850d466
github.com/golang/protobuf v1.5.3
github.com/prometheus/client_golang v1.16.0
golang.org/x/net v0.14.0
google.golang.org/grpc v1.57.0
golang.org/x/net v0.15.0
google.golang.org/genproto/googleapis/rpc v0.0.0-20230911183012-2d3300fd4832 // indirect
google.golang.org/grpc v1.58.0
google.golang.org/protobuf v1.31.0
)
Loading