-
Notifications
You must be signed in to change notification settings - Fork 0
/
go.mod
34 lines (31 loc) · 1.3 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
31
32
33
34
module github.com/j75689/easybot
go 1.12
require (
github.com/BurntSushi/toml v0.3.1 // indirect
github.com/GeertJohan/go.rice v1.0.0
github.com/dgrijalva/jwt-go v3.2.0+incompatible
github.com/fatih/structs v1.1.0
github.com/foolin/gin-template v0.0.0-20180515083052-089e62d1d723
github.com/gin-contrib/sessions v0.0.0-20190226023029-1532893d996f
github.com/gin-gonic/contrib v0.0.0-20190302003538-54ff787f7c73
github.com/gin-gonic/gin v1.3.0
github.com/go-stack/stack v1.8.0 // indirect
github.com/golang/snappy v0.0.1 // indirect
github.com/google/go-cmp v0.2.0 // indirect
github.com/j75689/lineemoji v0.0.0-20190403063654-d064128443d5
github.com/line/line-bot-sdk-go v6.1.0+incompatible
github.com/machinebox/graphql v0.2.2
github.com/matryer/is v1.2.0 // indirect
github.com/pkg/errors v0.8.1 // indirect
github.com/tidwall/pretty v0.0.0-20190325153808-1166b9ac2b65 // indirect
github.com/xdg/scram v0.0.0-20180814205039-7eeb5667e42c // indirect
github.com/xdg/stringprep v1.0.0 // indirect
go.etcd.io/bbolt v1.3.2
go.mongodb.org/mongo-driver v1.0.0
go.uber.org/atomic v1.3.2 // indirect
go.uber.org/multierr v1.1.0 // indirect
go.uber.org/zap v1.9.1
golang.org/x/crypto v0.0.0-20190325154230-a5d413f7728c // indirect
golang.org/x/text v0.3.0 // indirect
gopkg.in/natefinch/lumberjack.v2 v2.0.0
)