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: 2 additions & 6 deletions go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -5,11 +5,7 @@ go 1.13
require (
github.com/dgrijalva/jwt-go/v4 v4.0.0-20190521221207-07e10bec2a34
github.com/gin-gonic/gin v1.4.0
github.com/golang/snappy v0.0.1 // indirect
github.com/google/uuid v1.1.1
github.com/spf13/viper v1.4.0
github.com/stretchr/testify v1.4.0
github.com/xdg/scram v0.0.0-20180814205039-7eeb5667e42c // indirect
github.com/xdg/stringprep v1.0.0 // indirect
go.mongodb.org/mongo-driver v1.1.2
github.com/stretchr/testify v1.6.1
go.mongodb.org/mongo-driver v1.5.1
)
Loading