-
Notifications
You must be signed in to change notification settings - Fork 6
/
go.mod
32 lines (30 loc) · 1.24 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
module github.com/bitcav/nitr
go 1.13
require (
github.com/GeertJohan/go.rice v1.0.2
github.com/armon/consul-api v0.0.0-20180202201655-eb2c6b5be1b6 // indirect
github.com/bitcav/go-memdev v0.2.0
github.com/bitcav/nitr-core v0.0.0-20200823224936-5500912f5599
github.com/buger/jsonparser v1.1.1 // indirect
github.com/fasthttp/websocket v1.4.3 // indirect
github.com/gofiber/embed v0.0.9
github.com/gofiber/fiber v1.11.1
github.com/gofiber/logger v0.0.6
github.com/gofiber/recover v0.0.5
github.com/gofiber/session v1.0.0
github.com/gofiber/websocket v0.4.0
github.com/hoisie/mustache v0.0.0-20160804235033-6375acf62c69
github.com/kardianos/service v1.2.0 // indirect
github.com/klauspost/compress v1.10.8 // indirect
github.com/mdp/qrterminal v1.0.1 // indirect
github.com/mdp/qrterminal/v3 v3.0.0 // indirect
github.com/mitchellh/go-homedir v1.1.0 // indirect
github.com/savsgio/gotils v0.0.0-20200616100644-13ff1fd2c28c // indirect
github.com/spf13/cobra v1.1.3 // indirect
github.com/spf13/pflag v1.0.5 // indirect
github.com/spf13/viper v1.7.0
github.com/stretchr/testify v1.5.1 // indirect
github.com/ugorji/go v1.1.4 // indirect
github.com/xordataexchange/crypt v0.0.3-0.20170626215501-b2862e3d0a77 // indirect
go.etcd.io/bbolt v1.3.4
)