-
Notifications
You must be signed in to change notification settings - Fork 34
Expand file tree
/
Copy pathgo.mod
More file actions
19 lines (17 loc) · 844 Bytes
/
go.mod
File metadata and controls
19 lines (17 loc) · 844 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
module github.com/square/inspect
go 1.15
require (
github.com/codahale/tmpmysqld v0.0.0-20140702143916-64dcbcba51d3
github.com/gizak/termui v0.0.0-20150505151908-9d0302382dde
github.com/go-sql-driver/mysql v1.3.1-0.20180125054745-bc14601d1bd5
github.com/golang/protobuf v1.3.1 // indirect
github.com/lib/pq v1.2.1-0.20190813065522-78223426e7c6
github.com/mattn/go-runewidth v0.0.4 // indirect
github.com/nsf/termbox-go v0.0.0-20190624072549-eeb6cd0a1762 // indirect
golang.org/x/crypto v0.0.0-20190605123033-f99c8df09eb5 // indirect
golang.org/x/net v0.0.0-20190603091049-60506f45cf65 // indirect
golang.org/x/sync v0.0.0-20190423024810-112230192c58 // indirect
golang.org/x/sys v0.0.0-20190606165138-5da285871e9c // indirect
golang.org/x/tools v0.0.0-20160406004205-fe1488f8abd7
google.golang.org/appengine v1.6.0 // indirect
)