-
Notifications
You must be signed in to change notification settings - Fork 189
/
Copy pathgo.mod
27 lines (25 loc) · 981 Bytes
/
go.mod
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
module github.com/buzzfeed/sso
require (
github.com/18F/hmacauth v0.0.0-20151013130326-9232a6386b73
github.com/aws/aws-sdk-go v1.23.12
github.com/benbjohnson/clock v0.0.0-20161215174838-7dc76406b6d3
github.com/bmizerany/assert v0.0.0-20160611221934-b7ed37b82869 // indirect
github.com/datadog/datadog-go v0.0.0-20180822151419-281ae9f2d895
github.com/gorilla/mux v1.7.2
github.com/gorilla/websocket v1.4.0
github.com/imdario/mergo v0.3.7
github.com/mccutchen/go-httpbin v1.1.1
github.com/micro/go-micro v1.5.0
github.com/miscreant/miscreant.go v0.0.0-20200214223636-26d376326b75
github.com/mitchellh/mapstructure v1.1.2
github.com/rakyll/statik v0.1.7
github.com/sirupsen/logrus v1.4.2
golang.org/x/net v0.21.0 // indirect
golang.org/x/oauth2 v0.0.0-20190604053449-0f29369cfe45
golang.org/x/sync v0.1.0
golang.org/x/sys v0.19.0 // indirect
golang.org/x/xerrors v0.0.0-20191011141410-1b5146add898
google.golang.org/api v0.5.0
gopkg.in/yaml.v2 v2.2.2
)
go 1.14