forked from moov-io/watchman
-
Notifications
You must be signed in to change notification settings - Fork 0
/
go.mod
27 lines (25 loc) · 1013 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/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/lopezator/migrator v0.3.0
github.com/mattn/go-sqlite3 v1.14.3
github.com/moov-io/base v0.11.1
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/xrash/smetrics v0.0.0-20200730060457-89a2a8a1fb0b
go4.org v0.0.0-20200411211856-f5505b9728dd
golang.org/x/oauth2 v0.0.0-20200902213428-5d25da1a8d43
golang.org/x/sys v0.0.0-20200812155832-6a926be9bd1d // indirect
golang.org/x/text v0.3.3
)
go 1.13