File tree Expand file tree Collapse file tree 4 files changed +4
-1
lines changed Expand file tree Collapse file tree 4 files changed +4
-1
lines changed File renamed without changes.
Original file line number Diff line number Diff line change @@ -5,6 +5,7 @@ require (
5
5
github.com/andybalholm/cascadia v1.0.0
6
6
github.com/golang/glog v0.0.0-20160126235308-23def4e6c14b
7
7
github.com/headzoo/surf v1.0.0
8
+ github.com/mongodb/mongo-go-driver v1.0.2 // indirect
8
9
github.com/sirupsen/logrus v1.4.1
9
10
golang.org/x/net v0.0.0-20180417003750-8d16fa6dc9a8
10
11
golang.org/x/text v0.3.0
Original file line number Diff line number Diff line change @@ -9,6 +9,8 @@ github.com/headzoo/surf v1.0.0 h1:d2h9ftKeQYj7tKqAjQtAA0lJVkO8cTxvzdXLynmNnHM=
9
9
github.com/headzoo/surf v1.0.0 /go.mod h1:/bct0m/iMNEqpn520y01yoaWxsAEigGFPnvyR1ewR5M =
10
10
github.com/konsorten/go-windows-terminal-sequences v1.0.1 h1:mweAR1A6xJ3oS2pRaGiHgQ4OO8tzTaLawm8vnODuwDk =
11
11
github.com/konsorten/go-windows-terminal-sequences v1.0.1 /go.mod h1:T0+1ngSBFLxvqU3pZ+m/2kptfBszLMUkC4ZK/EgS/cQ =
12
+ github.com/mongodb/mongo-go-driver v1.0.2 h1:pA9Cdc8anMfhQKYvMSuPTVG+/PqoNoJ2ffGf9q8HvLs =
13
+ github.com/mongodb/mongo-go-driver v1.0.2 /go.mod h1:NK/HWDIIZkaYsnYa0hmtP443T5ELr0KDecmIioVuuyU =
12
14
github.com/pmezard/go-difflib v1.0.0 /go.mod h1:iKH77koFhYxTK1pcRnkKkqfTogsbg7gZNVY4sRDYZ/4 =
13
15
github.com/sirupsen/logrus v1.4.1 h1:GL2rEmy6nsikmW0r8opw9JIRScdMF5hA8cOYLH7In1k =
14
16
github.com/sirupsen/logrus v1.4.1 /go.mod h1:ni0Sbl8bgC9z8RoU9G6nDWqqs/fq4eDPysMBDgk/93Q =
Original file line number Diff line number Diff line change @@ -3,7 +3,7 @@ GOBUILD=$(GOCMD) build
3
3
GOTEST =$(GOCMD ) test
4
4
5
5
build :
6
- GO111MODULE=on $(GOBUILD ) -v ./cmd/cli/main .go
6
+ GO111MODULE=on $(GOBUILD ) -v ./cmd/cli/moonapi .go
7
7
8
8
test :
9
9
GO111MODULE=on $(GOTEST ) -v ./...
You can’t perform that action at this time.
0 commit comments