-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathgo.mod
More file actions
15 lines (14 loc) · 654 Bytes
/
go.mod
File metadata and controls
15 lines (14 loc) · 654 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
module requiem-example
require (
cloud.google.com/go v0.36.0 // indirect
github.com/borderstech/requiem v0.0.0-20190222222018-54c97e7ba98f
github.com/caarlos0/env v3.5.0+incompatible // indirect
github.com/denisenkom/go-mssqldb v0.0.0-20190204142019-df6d76eb9289 // indirect
github.com/gorilla/mux v1.7.0 // indirect
github.com/jinzhu/now v1.0.0 // indirect
github.com/mattn/go-colorable v0.1.1 // indirect
github.com/mattn/go-isatty v0.0.6 // indirect
golang.org/x/crypto v0.0.0-20190308221718-c2843e01d9a2 // indirect
golang.org/x/sys v0.0.0-20190309122539-980fc434d28e // indirect
gopkg.in/go-playground/validator.v9 v9.27.0 // indirect
)