-
Notifications
You must be signed in to change notification settings - Fork 0
/
go.mod
30 lines (28 loc) · 1.47 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
module github.com/brandonshearin/ask_brandon
go 1.13
require (
github.com/Azure/azure-amqp-common-go/v2 v2.1.1 // indirect
github.com/Azure/azure-pipeline-go v0.2.2 // indirect
github.com/PacktPublishing/Hands-On-Software-Engineering-with-Golang v0.0.0-20200129071455-21ff3db987da
github.com/blevesearch/bleve v1.0.7
github.com/cznic/b v0.0.0-20181122101859-a26611c4d92d // indirect
github.com/cznic/mathutil v0.0.0-20181122101859-297441e03548 // indirect
github.com/cznic/strutil v0.0.0-20181122101858-275e90344537 // indirect
github.com/eapache/go-resiliency v1.2.0 // indirect
github.com/facebookgo/ensure v0.0.0-20200202191622-63f1cf65ac4c // indirect
github.com/facebookgo/stack v0.0.0-20160209184415-751773369052 // indirect
github.com/facebookgo/subset v0.0.0-20200203212716-c811ad88dec4 // indirect
github.com/go-acme/lego/v3 v3.7.0 // indirect
github.com/golang/mock v1.4.1
github.com/google/uuid v1.1.1
github.com/hashicorp/go-multierror v0.0.0-20161216184304-ed905158d874
github.com/jmhodges/levigo v1.0.0 // indirect
github.com/micro/go-micro/v2 v2.9.0 // indirect
github.com/microcosm-cc/bluemonday v1.0.3
github.com/remyoudompheng/bigfft v0.0.0-20200410134404-eec4a21b6bb0 // indirect
github.com/sqs/goreturns v0.0.0-20181028201513-538ac6014518 // indirect
github.com/tecbot/gorocksdb v0.0.0-20191217155057-f0fad39f321c // indirect
golang.org/x/text v0.3.2
golang.org/x/xerrors v0.0.0-20191204190536-9bdfabe68543
gopkg.in/check.v1 v1.0.0-20200227125254-8fa46927fb4f
)