-
Notifications
You must be signed in to change notification settings - Fork 8
/
go.mod
37 lines (35 loc) · 1.53 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
35
36
37
module github.com/DemoHn/obsidian-panel
go 1.12
require (
github.com/AlecAivazis/survey/v2 v2.0.7
github.com/AlekSi/pointer v1.1.0
github.com/dgrijalva/jwt-go v3.2.0+incompatible
github.com/docker/docker v1.13.1 // indirect
github.com/docker/moby v1.13.1 // indirect
github.com/fatih/color v1.9.0
github.com/franela/goblin v0.0.0-20200409142057-1def193310bb
github.com/go-playground/universal-translator v0.17.0 // indirect
github.com/go-playground/validator v9.31.0+incompatible
github.com/kardianos/osext v0.0.0-20190222173326-2bc1f35cddc0 // indirect
github.com/keegancsmith/rpc v1.1.0
github.com/labstack/echo v3.3.10+incompatible
github.com/labstack/gommon v0.3.0 // indirect
github.com/leodido/go-urn v1.2.0 // indirect
github.com/mattn/go-sqlite3 v2.0.3+incompatible
github.com/moby/moby v1.13.1
github.com/olebedev/emitter v0.0.0-20190110104742-e8d1457e6aee
github.com/petermattis/goid v0.0.0-20180202154549-b0b1615b78e5 // indirect
github.com/sasha-s/go-deadlock v0.2.0
github.com/sevlyar/go-daemon v0.1.5
github.com/sirupsen/logrus v1.5.0
github.com/spf13/cobra v1.0.0
github.com/spf13/viper v1.4.0
github.com/stretchr/objx v0.1.1 // indirect
github.com/valyala/fasttemplate v1.1.0 // indirect
golang.org/x/crypto v0.0.0-20200414173820-0848c9571904
golang.org/x/tools v0.0.0-20190524140312-2c0ae7006135 // indirect
google.golang.org/appengine v1.4.0 // indirect
google.golang.org/grpc v1.28.1 // indirect
gopkg.in/go-playground/assert.v1 v1.2.1 // indirect
honnef.co/go/tools v0.0.0-20190523083050-ea95bdfd59fc // indirect
)