-
Notifications
You must be signed in to change notification settings - Fork 0
/
go.mod
23 lines (21 loc) · 1.09 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
module github.com/mind1949/goblueprints
go 1.14
require (
github.com/clbanning/x2j v0.0.0-20191024224557-825249438eec // indirect
github.com/garyburd/go-oauth v0.0.0-20180319155456-bca2e7f09a17 // indirect
github.com/gorilla/websocket v1.4.2
github.com/joeshaw/envdecode v0.0.0-20200121155833-099f1fc765bd
github.com/matryer/go-oauth v0.0.0-20140708041717-e63dca786bb0
github.com/niemeyer/pretty v0.0.0-20200227124842-a10e7caefd8e // indirect
github.com/stretchr/codecs v0.0.0-20170403063245-04a5b1e1910d // indirect
github.com/stretchr/gomniauth v0.0.0-20170717123514-4b6c822be2eb
github.com/stretchr/objx v0.2.0
github.com/stretchr/signature v0.0.0-20160104132143-168b2a1e1b56 // indirect
github.com/stretchr/stew v0.0.0-20130812190256-80ef0842b48b // indirect
github.com/stretchr/tracer v0.0.0-20140124184152-66d3696bba97 // indirect
github.com/ugorji/go v1.1.7 // indirect
golang.org/x/net v0.0.0-20190724013045-ca1201d0de80 // indirect
gopkg.in/check.v1 v1.0.0-20200227125254-8fa46927fb4f // indirect
gopkg.in/mgo.v2 v2.0.0-20190816093944-a6b53ec6cb22
gopkg.in/yaml.v2 v2.3.0 // indirect
)