install failed #18

Closed
opened 2022-08-14 14:39:48 +05:00 by pztrn · 1 comment
Owner

changchichung created on Github:

$ CGO_ENABLED=0 go get -u -v go.dev.pztrn.name/fastpastebin/cmd/fastpastebin
go: downloading go.dev.pztrn.name/fastpastebin v0.2.0
go: downloading github.com/pztrn/fastpastebin v0.2.0
go: downloading github.com/alecthomas/chroma v0.10.0
go: downloading github.com/jmoiron/sqlx v1.3.5
go: downloading github.com/go-sql-driver/mysql v1.6.0
go: downloading github.com/dchest/captcha v1.0.0
go: downloading github.com/labstack/echo v3.3.10+incompatible
go: downloading github.com/pressly/goose v2.7.0+incompatible
go: downloading github.com/rs/zerolog v1.27.0
go: downloading golang.org/x/crypto v0.0.0-20220722155217-630584e8d5aa
go: downloading golang.org/x/net v0.0.0-20220809012201-f428fae20770
go: downloading gopkg.in/yaml.v2 v2.4.0
go: downloading github.com/pztrn/flagger v0.0.0-20220629113524-afcd13f1ef5d
go: downloading github.com/mattn/go-colorable v0.1.12
go: downloading github.com/dlclark/regexp2 v1.4.0
go: downloading github.com/pkg/errors v0.9.1
go: downloading github.com/dlclark/regexp2 v1.7.0
go: downloading github.com/mattn/go-isatty v0.0.14
go: downloading golang.org/x/sys v0.0.0-20220728004956-3c1f35247d10
go: downloading golang.org/x/sys v0.0.0-20220808155132-1c4a2a72c664
go: downloading github.com/dgrijalva/jwt-go v3.2.0+incompatible
go: downloading github.com/labstack/gommon v0.3.1
go: downloading github.com/valyala/fasttemplate v1.2.1
go: downloading github.com/valyala/bytebufferpool v1.0.0
go.dev.pztrn.name/fastpastebin/cmd/fastpastebin imports
   github.com/pztrn/fastpastebin/context imports
   github.com/pztrn/flagger: cannot find module providing package github.com/pztrn/flagger
2022-08-09 11:18:09 [chchang@us betterbin]$
changchichung created on Github: ``` $ CGO_ENABLED=0 go get -u -v go.dev.pztrn.name/fastpastebin/cmd/fastpastebin go: downloading go.dev.pztrn.name/fastpastebin v0.2.0 go: downloading github.com/pztrn/fastpastebin v0.2.0 go: downloading github.com/alecthomas/chroma v0.10.0 go: downloading github.com/jmoiron/sqlx v1.3.5 go: downloading github.com/go-sql-driver/mysql v1.6.0 go: downloading github.com/dchest/captcha v1.0.0 go: downloading github.com/labstack/echo v3.3.10+incompatible go: downloading github.com/pressly/goose v2.7.0+incompatible go: downloading github.com/rs/zerolog v1.27.0 go: downloading golang.org/x/crypto v0.0.0-20220722155217-630584e8d5aa go: downloading golang.org/x/net v0.0.0-20220809012201-f428fae20770 go: downloading gopkg.in/yaml.v2 v2.4.0 go: downloading github.com/pztrn/flagger v0.0.0-20220629113524-afcd13f1ef5d go: downloading github.com/mattn/go-colorable v0.1.12 go: downloading github.com/dlclark/regexp2 v1.4.0 go: downloading github.com/pkg/errors v0.9.1 go: downloading github.com/dlclark/regexp2 v1.7.0 go: downloading github.com/mattn/go-isatty v0.0.14 go: downloading golang.org/x/sys v0.0.0-20220728004956-3c1f35247d10 go: downloading golang.org/x/sys v0.0.0-20220808155132-1c4a2a72c664 go: downloading github.com/dgrijalva/jwt-go v3.2.0+incompatible go: downloading github.com/labstack/gommon v0.3.1 go: downloading github.com/valyala/fasttemplate v1.2.1 go: downloading github.com/valyala/bytebufferpool v1.0.0 go.dev.pztrn.name/fastpastebin/cmd/fastpastebin imports github.com/pztrn/fastpastebin/context imports github.com/pztrn/flagger: cannot find module providing package github.com/pztrn/flagger 2022-08-09 11:18:09 [chchang@us betterbin]$ ```
Author
Owner

Fixed installation by removing flagger dependency :) Included in v0.4.1.

Fixed installation by removing `flagger` dependency :) Included in v0.4.1.
pztrn closed this issue 2022-08-14 16:53:32 +05:00
Sign in to join this conversation.
No Milestone
No project
No Assignees
1 Participants
Notifications
Due Date
The due date is invalid or out of range. Please use the format 'yyyy-mm-dd'.

No due date set.

Dependencies

No dependencies set.

Reference: apps/fastpastebin#18
No description provided.