alice-lg / birdwatcher

A JSON API for BIRD
BSD 3-Clause "New" or "Revised" License
68 stars 41 forks source link

Replace tonnerre/golang-pretty by kr/pretty #11

Closed Nurtic-Vibe closed 4 years ago

Nurtic-Vibe commented 4 years ago

due to unavailability of tonnerre/golang-pretty it should be replaced by kr/pretty

Nurtic-Vibe commented 4 years ago

$ make
GO111MODULE=on GOARCH=amd64 GOOS=linux go build -o birdwatcher-linux-amd64
go: finding github.com/tonnerre/golang-pretty v0.0.0-20130925195953-e7fccc03e91b
go: finding github.com/golang/protobuf v1.2.0
go: finding github.com/fsnotify/fsnotify v1.4.7
go: finding github.com/hpcloud/tail v1.0.0
go: finding golang.org/x/sync v0.0.0-20180314180146-1d60e4601c6f
go: finding golang.org/x/net v0.0.0-20180906233101-161cd47e91fd
go: finding golang.org/x/text v0.3.0
go: finding gopkg.in/tomb.v1 v1.0.0-20141024135613-dd632973f1e7
go: finding gopkg.in/check.v1 v0.0.0-20161208181325-20d25e280405
go: finding gopkg.in/yaml.v2 v2.2.1
go: github.com/tonnerre/golang-pretty@v0.0.0-20130925195953-e7fccc03e91b: git fetch -f https://github.com/tonnerre/golang-pretty refs/heads/*:refs/heads/* refs/tags/*:refs/tags/* in /home/nurtic-vibe/go/pkg/mod/cache/vcs/0febcbe98cffb6fbf03cdb588fe2fd90e27909a1fcfaa028e976885a534db60f: exit status 128:
        fatal: could not read Username for 'https://github.com': terminal prompts disabled
go: finding github.com/onsi/ginkgo v1.6.0
go: finding golang.org/x/sys v0.0.0-20180909124046-d0be0721c37e
go: finding github.com/kr/text v0.1.0
go: finding gopkg.in/fsnotify.v1 v1.4.7
go: error loading module requirements
make: *** [Makefile:37: linux] Error 1```
Nurtic-Vibe commented 4 years ago

Fixed by 58811bedf5dee0945935b6c5f2024b5647156903