delete unused pkg

This commit is contained in:
zhaoYangguang 2021-01-21 10:37:01 +08:00
parent 6b37ca0e8d
commit f73a475132
1 changed files with 0 additions and 1 deletions

1
go.mod
View File

@ -9,7 +9,6 @@ require (
github.com/lib/pq v1.7.0 github.com/lib/pq v1.7.0
github.com/mattn/go-sqlite3 v2.0.3+incompatible github.com/mattn/go-sqlite3 v2.0.3+incompatible
github.com/pkg/errors v0.9.1 github.com/pkg/errors v0.9.1
github.com/shurcooL/sanitized_anchor_name v1.0.0 // indirect
github.com/skip2/go-qrcode v0.0.0-20200617195104-da1b6568686e github.com/skip2/go-qrcode v0.0.0-20200617195104-da1b6568686e
golang.org/x/image v0.0.0-20200618115811-c13761719519 golang.org/x/image v0.0.0-20200618115811-c13761719519
gopkg.in/yaml.v2 v2.3.0 gopkg.in/yaml.v2 v2.3.0