forked from orzhaha/cassandra-web
-
Notifications
You must be signed in to change notification settings - Fork 0
/
go.mod
29 lines (27 loc) · 1.19 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
module cassandra-web
go 1.12
require (
github.com/fsnotify/fsnotify v1.4.9 // indirect
github.com/gocql/gocql v0.0.0-20200624222514-34081eda590e
github.com/golang/snappy v0.0.1 // indirect
github.com/json-iterator/go v1.1.6
github.com/kr/text v0.2.0 // indirect
github.com/labstack/echo v0.0.0-20180501135122-d36ff729613d
github.com/labstack/gommon v0.0.0-20180506140623-0a22a0df01a7
github.com/mattn/go-colorable v0.1.8 // indirect
github.com/niemeyer/pretty v0.0.0-20200227124842-a10e7caefd8e // indirect
github.com/spf13/cast v1.3.0
github.com/spf13/pflag v1.0.5 // indirect
github.com/spf13/viper v1.7.1
github.com/stretchr/testify v1.7.0 // indirect
github.com/tidwall/gjson v1.6.0
github.com/tidwall/pretty v1.0.1 // indirect
github.com/urfave/cli v0.0.0-20180226030253-8e01ec4cd3e2
github.com/valyala/bytebufferpool v1.0.0 // indirect
github.com/valyala/fasttemplate v0.0.0-20170224212429-dcecefd839c4 // indirect
golang.org/x/net v0.0.0-20201202161906-c7110b5ffcbb // indirect
golang.org/x/sys v0.0.0-20210119212857-b64e53b001e4 // indirect
golang.org/x/text v0.3.4 // indirect
gopkg.in/check.v1 v1.0.0-20200227125254-8fa46927fb4f // indirect
gopkg.in/yaml.v2 v2.4.0 // indirect
)