forked from matterpoll/matterpoll
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathgo.mod
19 lines (15 loc) · 619 Bytes
/
go.mod
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
module github.com/matterpoll/matterpoll
go 1.12
require (
bou.ke/monkey v1.0.1
github.com/blang/semver v3.6.1+incompatible
github.com/gorilla/mux v1.7.3
github.com/mattermost/mattermost-server v5.14.0+incompatible
github.com/nicksnyder/go-i18n/v2 v2.0.2
github.com/pkg/errors v0.8.1
github.com/stretchr/testify v1.4.0
golang.org/x/text v0.3.2
)
// Workaround for https://github.com/golang/go/issues/30831 and fallout.
replace github.com/golang/lint => github.com/golang/lint v0.0.0-20190227174305-8f45f776aaf1
replace git.apache.org/thrift.git => github.com/apache/thrift v0.0.0-20180902110319-2566ecd5d999