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
The table of contents is too big for display.
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,14 +5,10 @@ go 1.13
require (
cloud.google.com/go/bigquery v1.1.0
github.com/DATA-DOG/go-sqlmock v1.3.3
github.com/davecgh/go-spew v1.1.1
github.com/googleapis/google-cloud-go-testing v0.0.0-20191008195207-8e1d251e947d // indirect
github.com/grpc-ecosystem/grpc-gateway v1.11.3 // indirect
github.com/infobloxopen/atlas-app-toolkit v0.19.0 // indirect
github.com/infobloxopen/protoc-gen-gorm v0.18.0
github.com/jinzhu/gorm v1.9.11
github.com/satori/go.uuid v1.2.0
github.com/sirupsen/logrus v1.4.2
github.com/stretchr/testify v1.2.2
github.com/sirupsen/logrus v1.8.3
github.com/stretchr/testify v1.7.0
google.golang.org/api v0.11.0
)
Loading