Skip to content
Open
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 @@ -3,13 +3,13 @@ module github.com/salopensource/salversion
go 1.15

require (
cloud.google.com/go/firestore v1.4.0
cloud.google.com/go/firestore v1.9.0
github.com/fatih/structs v1.1.0
github.com/google/uuid v1.1.2
github.com/google/uuid v1.3.0
github.com/gorilla/mux v1.8.0
github.com/groob/plist v0.0.0-20200425180238-0f631f258c01
github.com/pkg/errors v0.9.1
github.com/sirupsen/logrus v1.7.0
google.golang.org/api v0.36.0
google.golang.org/grpc v1.34.0
google.golang.org/api v0.103.0
google.golang.org/grpc v1.53.0
)
Loading