Skip to content

Instantly share code, notes, and snippets.

@dschulz
Created April 20, 2019 23:25
Show Gist options
  • Save dschulz/5c125b71153dd8262b6747a74a3fdad9 to your computer and use it in GitHub Desktop.
Save dschulz/5c125b71153dd8262b6747a74a3fdad9 to your computer and use it in GitHub Desktop.
dschulz@www:~$ go version
go version go1.12.4 linux/amd64
dschulz@www:~$
dschulz@www:~$ mkdir testbuild && cd testbuild
dschulz@www:~/testbuild$ export GO111MODULE=on ; go get github.com/mholt/caddy/caddy@v1.0.0-beta2
go: finding github.com/mholt/caddy/caddy v1.0.0-beta2
go: finding github.com/mholt/caddy v1.0.0-beta2
go: downloading github.com/mholt/caddy v1.0.0-beta2
go: extracting github.com/mholt/caddy v1.0.0-beta2
go: finding github.com/caddyserver/builds v0.0.0-20170910200810-c62e2219460a
go: finding github.com/jimstudt/http-authentication v0.0.0-20140401203705-3eca13d6893a
go: finding github.com/dustin/go-humanize v1.0.0
go: finding github.com/hashicorp/go-syslog v1.0.0
go: finding github.com/gorilla/websocket v1.4.0
go: finding github.com/BurntSushi/toml v0.3.1
go: finding github.com/naoina/toml v0.1.1
go: finding github.com/naoina/go-stringutil v0.1.0
go: finding github.com/go-acme/lego v2.5.0+incompatible
go: finding gopkg.in/natefinch/lumberjack.v2 v2.0.0
go: github.com/caddyserver/builds@v0.0.0-20170910200810-c62e2219460a: git fetch -f origin refs/heads/*:refs/heads/* refs/tags/*:refs/tags/* in /home/dschulz/go/pkg/mod/cache/vcs/0cf23b6216c4b8749cc14dad14a5c774e19e9f350db490ddb26c89b9a152e27c: exit status 128:
fatal: could not read Username for 'https://github.com': terminal prompts disabled
go: finding github.com/russross/blackfriday v0.0.0-20170610170232-067529f716f4
go: finding github.com/klauspost/cpuid v1.2.0
go: finding github.com/flynn/go-shlex v0.0.0-20150515145356-3f9db97f8568
go: finding github.com/lucas-clemente/quic-go v0.10.2
go: finding github.com/google/uuid v1.1.1
go: finding github.com/kylelemons/godebug v0.0.0-20170820004349-d65d576e9348
go: finding gopkg.in/yaml.v2 v2.2.2
go: finding gopkg.in/mcuadros/go-syslog.v2 v2.2.1
go: finding golang.org/x/net v0.0.0-20190328230028-74de082e2cca
go: finding github.com/mholt/certmagic v0.5.0
go: error loading module requirements
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment