File tree Expand file tree Collapse file tree 3 files changed +4
-1
lines changed
Expand file tree Collapse file tree 3 files changed +4
-1
lines changed Original file line number Diff line number Diff line change 1- VERSION =0.1.6
1+ VERSION =0.1.8
22NAME =pspk
33GIT_REV? =$(shell git rev-parse --short HEAD)
44LDFLAGS =-ldflags "-X main.Version=$(VERSION ) -X main.Hash=$(GIT_REV ) -X main.BuildDate=$(BUILD_DATE ) "
Original file line number Diff line number Diff line change @@ -6,6 +6,7 @@ require (
66 github.com/agl/ed25519 v0.0.0-20170116200512-5312a6153412
77 github.com/bogdanovich/dns_resolver v0.0.0-20170211073258-a8e42bc6a5b6 // indirect
88 github.com/globalsign/mgo v0.0.0-20181015135952-eeefdecb41b8
9+ github.com/google/go-querystring v1.0.0
910 github.com/kr/pretty v0.1.0 // indirect
1011 github.com/miekg/dns v1.1.6 // indirect
1112 github.com/pkg/errors v0.8.1
Original file line number Diff line number Diff line change @@ -4,6 +4,8 @@ github.com/bogdanovich/dns_resolver v0.0.0-20170211073258-a8e42bc6a5b6 h1:oV1V+u
44github.com/bogdanovich/dns_resolver v0.0.0-20170211073258-a8e42bc6a5b6 /go.mod h1:txOV61Nn+21z77KUMkNsp8lTHoOFTtqotltQAFenS9I =
55github.com/globalsign/mgo v0.0.0-20181015135952-eeefdecb41b8 h1:DujepqpGd1hyOd7aW59XpK7Qymp8iy83xq74fLr21is =
66github.com/globalsign/mgo v0.0.0-20181015135952-eeefdecb41b8 /go.mod h1:xkRDCp4j0OGD1HRkm4kmhM+pmpv3AKq5SU7GMg4oO/Q =
7+ github.com/google/go-querystring v1.0.0 h1:Xkwi/a1rcvNg1PPYe5vI8GbeBY/jrVuDX5ASuANWTrk =
8+ github.com/google/go-querystring v1.0.0 /go.mod h1:odCYkC5MyYFN7vkCjXpyrEuKhc/BUO6wN/zVPAxq5ck =
79github.com/kr/pretty v0.1.0 h1:L/CwN0zerZDmRFUapSPitk6f+Q3+0za1rQkzVuMiMFI =
810github.com/kr/pretty v0.1.0 /go.mod h1:dAy3ld7l9f0ibDNOQOHHMYYIIbhfbHSm3C4ZsoJORNo =
911github.com/kr/pty v1.1.1 /go.mod h1:pFQYn66WHrOpPYNljwOMqo10TkYh1fy3cYio2l3bCsQ =
You can’t perform that action at this time.
0 commit comments