-
Notifications
You must be signed in to change notification settings - Fork 39
/
go.mod
24 lines (21 loc) · 819 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
module dmitryfrank.com/geekmarks
go 1.20
require (
github.com/dchest/uniuri v0.0.0-20160212164326-8902c56451e9
github.com/dimonomid/interrors v0.0.0-20180224190438-cdd8c7951d2d
github.com/elazarl/go-bindata-assetfs v0.0.0-20160822204401-9a6736ed45b4
github.com/golang/glog v0.0.0-20160126235308-23def4e6c14b
github.com/gorilla/websocket v1.0.1-0.20160912153041-2d1e4548da23
github.com/juju/errors v1.0.0
github.com/lib/pq v0.0.0-20160831222520-50761b0867bd
goji.io v1.1.1-0.20160912032033-491574a68aaf
golang.org/x/oauth2 v0.0.0-20151109224455-3314c49c831b
gopkg.in/yaml.v2 v2.4.0
)
require (
github.com/golang/protobuf v1.0.0 // indirect
github.com/kr/pretty v0.3.1 // indirect
golang.org/x/net v0.2.0 // indirect
golang.org/x/sync v0.5.0 // indirect
google.golang.org/appengine v1.0.0 // indirect
)