-
Notifications
You must be signed in to change notification settings - Fork 0
/
go.mod
36 lines (35 loc) · 1.68 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
34
35
36
module github.com/brichins/golang-scratchpad
require (
github.com/alecthomas/gometalinter v2.0.12+incompatible // indirect
github.com/beevik/ntp v0.2.0
github.com/docker/docker v1.13.1
github.com/docker/engine-api v0.4.0
github.com/fatih/motion v0.0.0-20180408211639-218875ebe238 // indirect
github.com/garyburd/redigo v1.6.0
github.com/golang/leveldb v0.0.0-20170107010102-259d9253d719
github.com/google/shlex v0.0.0-20181106134648-c34317bd91bf // indirect
github.com/gorilla/mux v1.6.2
github.com/gorilla/websocket v1.4.0
github.com/influxdata/influxdb v1.7.3 // indirect
github.com/influxdata/influxdb1-client v0.0.0-20190112215518-e237d47d0fc8
github.com/influxdata/platform v0.0.0-20190111200105-98469bf07613 // indirect
github.com/jinzhu/gorm v1.9.2
github.com/jinzhu/inflection v0.0.0-20180308033659-04140366298a // indirect
github.com/jmoiron/sqlx v1.2.0
github.com/jstemmer/gotags v1.4.1 // indirect
github.com/kisielk/errcheck v1.2.0 // indirect
github.com/klauspost/asmfmt v1.2.0 // indirect
github.com/koron/iferr v0.0.0-20180615142939-bb332a3b1d91 // indirect
github.com/lib/pq v1.0.0
github.com/mattn/go-sqlite3 v1.10.0
github.com/moby/moby v1.13.1
github.com/nicksnyder/go-i18n v1.10.0 // indirect
github.com/prometheus/client_golang v0.9.0
github.com/zmb3/gogetdoc v0.0.0-20190107174152-de0ca1d07687 // indirect
golang.org/x/crypto v0.0.0-20181203042331-505ab145d0a9
golang.org/x/net v0.0.0-20190110200230-915654e7eabc
golang.org/x/tools v0.0.0-20190114222345-bf090417da8b // indirect
gopkg.in/alecthomas/kingpin.v3-unstable v3.0.0-20180810215634-df19058c872c // indirect
gopkg.in/yaml.v2 v2.2.2 // indirect
honnef.co/go/tools v0.0.0-20190109154334-5bcec433c8ea // indirect
)