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
8 changes: 4 additions & 4 deletions go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -5,12 +5,12 @@ go 1.16
require (
github.com/brotherlogic/filecopier v0.0.0-20231019041158-800bd45c78ce
github.com/brotherlogic/goserver v0.0.0-20230726200050-779ae6811580
github.com/brotherlogic/logging v0.0.0-20231208154815-24480fb60fc8 // indirect
github.com/brotherlogic/recordcollection v0.0.0-20231202235744-49cd9c4d0f96
github.com/brotherlogic/recordgetter v0.0.0-20231206220157-fe68357a71b6
github.com/brotherlogic/logging v0.0.0-20231215162817-8a0f26cbfdbc // indirect
github.com/brotherlogic/recordcollection v0.0.0-20231210042610-064636ead583
github.com/brotherlogic/recordgetter v0.0.0-20231213221658-539a01bd753a
github.com/golang/protobuf v1.5.3
github.com/prometheus/client_golang v1.17.0
golang.org/x/net v0.19.0
google.golang.org/grpc v1.59.0
google.golang.org/grpc v1.60.0
google.golang.org/protobuf v1.31.0
)
Loading