Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
hteen committed Sep 22, 2021
1 parent 44b93bf commit fd42848
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 30 deletions.
33 changes: 4 additions & 29 deletions go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -4,39 +4,14 @@ go 1.17

require (
fyne.io/fyne/v2 v2.1.0
github.com/golang-module/carbon v1.5.4
github.com/parnurzeal/gorequest v0.2.16
github.com/thoas/go-funk v0.9.1
github.com/tidwall/gjson v1.9.1
)

require (
github.com/davecgh/go-spew v1.1.1 // indirect
github.com/elazarl/goproxy v0.0.0-20210801061803-8e322dfb79c4 // indirect
github.com/fredbi/uri v0.0.0-20181227131451-3dcfdacbaaf3 // indirect
github.com/fsnotify/fsnotify v1.4.9 // indirect
github.com/go-gl/gl v0.0.0-20210813123233-e4099ee2221f // indirect
github.com/go-gl/glfw/v3.3/glfw v0.0.0-20210410170116-ea3d685f79fb // indirect
github.com/gobuffalo/envy v1.9.0 // indirect
github.com/gobuffalo/packd v1.0.0 // indirect
github.com/gobuffalo/packr v1.30.1 // indirect
github.com/godbus/dbus/v5 v5.0.4 // indirect
github.com/goki/freetype v0.0.0-20181231101311-fa8a33aabaff // indirect
github.com/joho/godotenv v1.3.0 // indirect
github.com/pkg/errors v0.9.1 // indirect
github.com/pmezard/go-difflib v1.0.0 // indirect
github.com/golang-module/carbon v1.5.4
github.com/parnurzeal/gorequest v0.2.16
github.com/rogpeppe/go-internal v1.8.0 // indirect
github.com/smartystreets/goconvey v1.6.4 // indirect
github.com/srwiley/oksvg v0.0.0-20200311192757-870daf9aa564 // indirect
github.com/srwiley/rasterx v0.0.0-20200120212402-85cb7272f5e9 // indirect
github.com/stretchr/testify v1.7.0 // indirect
github.com/tidwall/match v1.0.3 // indirect
github.com/tidwall/pretty v1.2.0 // indirect
github.com/yuin/goldmark v1.3.8 // indirect
golang.org/x/image v0.0.0-20200430140353-33d19683fad8 // indirect
golang.org/x/net v0.0.0-20210405180319-a5a99cb37ef4 // indirect
golang.org/x/sys v0.0.0-20210630005230-0f9fa26af87c // indirect
golang.org/x/text v0.3.3 // indirect
gopkg.in/yaml.v3 v3.0.0-20200313102051-9f266ea9e77c // indirect
github.com/thoas/go-funk v0.9.1
github.com/tidwall/gjson v1.9.1
moul.io/http2curl v1.0.0 // indirect
)
1 change: 0 additions & 1 deletion services/listen.go
Original file line number Diff line number Diff line change
Expand Up @@ -168,7 +168,6 @@ func (s *listenService) RegisterCode(productType string) {
}
}

log.Println("asdasdasd")
dialog.ShowError(errors.New("所有门店无货,无法前往注册码页面"), s.Window)
}

Expand Down

0 comments on commit fd42848

Please sign in to comment.