forked from moov-io/watchman
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathgo.mod
33 lines (31 loc) · 1.27 KB
/
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
28
29
30
31
32
33
module github.com/moov-io/watchman
require (
github.com/abadojack/whatlanggo v1.0.1
github.com/antihax/optional v1.0.0
github.com/bbalet/stopwords v1.0.0
github.com/cenkalti/backoff/v3 v3.2.2 // indirect
github.com/containerd/continuity v0.0.0-20200710164510-efbc4488d8fe // indirect
github.com/go-kit/kit v0.10.0
github.com/go-sql-driver/mysql v1.5.0
github.com/gorilla/mux v1.8.0
github.com/gorilla/websocket v1.4.2 // indirect
github.com/jackc/pgx/v4 v4.8.1
github.com/lopezator/migrator v0.3.0
github.com/mattn/go-sqlite3 v1.14.2
github.com/moov-io/base v0.11.0
github.com/opencontainers/go-digest v1.0.0 // indirect
github.com/ory/dockertest/v3 v3.6.0
github.com/pariz/gountries v0.0.0-20200430155801-1c6a393df9c7
github.com/prometheus/client_golang v1.7.1
github.com/prometheus/common v0.11.1 // indirect
github.com/rickar/cal v1.0.5 // indirect
github.com/xrash/smetrics v0.0.0-20200730060457-89a2a8a1fb0b
go4.org v0.0.0-20200411211856-f5505b9728dd
golang.org/x/net v0.0.0-20200707034311-ab3426394381 // indirect
golang.org/x/oauth2 v0.0.0-20200107190931-bf48bf16ab8d
golang.org/x/sys v0.0.0-20200812155832-6a926be9bd1d // indirect
golang.org/x/text v0.3.3
google.golang.org/appengine v1.6.6 // indirect
google.golang.org/protobuf v1.25.0 // indirect
)
go 1.13