UnnoTed / fileb0x

a better customizable tool to embed files in go; also update embedded files remotely without restarting the server
MIT License
634 stars 53 forks source link

go get -u -v github.com/UnnoTed/fileb0x fails #31

Closed romangithub1024 closed 6 years ago

romangithub1024 commented 6 years ago
▶ go get -u -v github.com/UnnoTed/fileb0x
github.com/UnnoTed/fileb0x (download)
github.com/BurntSushi/toml (download)
github.com/vbauerster/mpb (download)
github.com/VividCortex/ewma (download)
github.com/bmatcuk/doublestar (download)
github.com/karrick/godirwalk (download)
github.com/pkg/errors (download)
Fetching https://gopkg.in/yaml.v2?go-get=1
Parsing meta tags from https://gopkg.in/yaml.v2?go-get=1 (status code 200)
get "gopkg.in/yaml.v2": found meta tag get.metaImport{Prefix:"gopkg.in/yaml.v2", VCS:"git", RepoRoot:"https://gopkg.in/yaml.v2"} at https://gopkg.in/yaml.v2?go-get=1
gopkg.in/yaml.v2 (download)
github.com/labstack/echo (download)
github.com/labstack/gommon (download)
github.com/mattn/go-colorable (download)
github.com/mattn/go-isatty (download)
github.com/valyala/fasttemplate (download)
Fetching https://golang.org/x/crypto/acme/autocert?go-get=1
Parsing meta tags from https://golang.org/x/crypto/acme/autocert?go-get=1 (status code 200)
get "golang.org/x/crypto/acme/autocert": found meta tag get.metaImport{Prefix:"golang.org/x/crypto", VCS:"git", RepoRoot:"https://go.googlesource.com/crypto"} at https://golang.org/x/crypto/acme/autocert?go-get=1
get "golang.org/x/crypto/acme/autocert": verifying non-authoritative meta tag
Fetching https://golang.org/x/crypto?go-get=1
Parsing meta tags from https://golang.org/x/crypto?go-get=1 (status code 200)
golang.org/x/crypto (download)
Fetching https://golang.org/x/crypto/acme?go-get=1
Parsing meta tags from https://golang.org/x/crypto/acme?go-get=1 (status code 200)
get "golang.org/x/crypto/acme": found meta tag get.metaImport{Prefix:"golang.org/x/crypto", VCS:"git", RepoRoot:"https://go.googlesource.com/crypto"} at https://golang.org/x/crypto/acme?go-get=1
get "golang.org/x/crypto/acme": verifying non-authoritative meta tag
Fetching https://golang.org/x/net/webdav?go-get=1
Parsing meta tags from https://golang.org/x/net/webdav?go-get=1 (status code 200)
get "golang.org/x/net/webdav": found meta tag get.metaImport{Prefix:"golang.org/x/net", VCS:"git", RepoRoot:"https://go.googlesource.com/net"} at https://golang.org/x/net/webdav?go-get=1
get "golang.org/x/net/webdav": verifying non-authoritative meta tag
Fetching https://golang.org/x/net?go-get=1
Parsing meta tags from https://golang.org/x/net?go-get=1 (status code 200)
golang.org/x/net (download)
Fetching https://golang.org/x/net/context?go-get=1
Parsing meta tags from https://golang.org/x/net/context?go-get=1 (status code 200)
get "golang.org/x/net/context": found meta tag get.metaImport{Prefix:"golang.org/x/net", VCS:"git", RepoRoot:"https://go.googlesource.com/net"} at https://golang.org/x/net/context?go-get=1
get "golang.org/x/net/context": verifying non-authoritative meta tag
Fetching https://golang.org/x/net/webdav/internal/xml?go-get=1
Parsing meta tags from https://golang.org/x/net/webdav/internal/xml?go-get=1 (status code 200)
get "golang.org/x/net/webdav/internal/xml": found meta tag get.metaImport{Prefix:"golang.org/x/net", VCS:"git", RepoRoot:"https://go.googlesource.com/net"} at https://golang.org/x/net/webdav/internal/xml?go-get=1
get "golang.org/x/net/webdav/internal/xml": verifying non-authoritative meta tag
github.com/UnnoTed/fileb0x/updater
# github.com/UnnoTed/fileb0x/updater
../../UnnoTed/fileb0x/updater/updater.go:253:31: cannot use 0 (type int) as type decor.WC in argument to decor.StaticName
../../UnnoTed/fileb0x/updater/updater.go:254:32: cannot use 0 (type int) as type decor.WC in argument to decor.StaticName
../../UnnoTed/fileb0x/updater/updater.go:254:32: cannot use decor.DSyncSpace (type int) as type decor.WC in argument to decor.StaticName
../../UnnoTed/fileb0x/updater/updater.go:255:45: cannot use 18 (type int) as type decor.WC in argument to decor.CountersKibiByte
../../UnnoTed/fileb0x/updater/updater.go:255:45: cannot use decor.DSyncSpace (type int) as type decor.WC in argument to decor.CountersKibiByte
../../UnnoTed/fileb0x/updater/updater.go:257:34: not enough arguments in call to decor.ETA
../../UnnoTed/fileb0x/updater/updater.go:257:38: undefined: decor.DwidthSync
appleboy commented 6 years ago

Same problem here.