This repository was archived by the owner on Jun 25, 2022. It is now read-only.
File tree Expand file tree Collapse file tree 3 files changed +2
-3
lines changed
Expand file tree Collapse file tree 3 files changed +2
-3
lines changed Original file line number Diff line number Diff line change @@ -33,8 +33,6 @@ Thank you to the following **GIANTS**:
3333
3434* [ github.com/joho/godotenv] ( https://godoc.org/github.com/joho/godotenv )
3535
36- * [ github.com/karrick/godirwalk] ( https://godoc.org/github.com/karrick/godirwalk )
37-
3836* [ github.com/konsorten/go-windows-terminal-sequences] ( https://godoc.org/github.com/konsorten/go-windows-terminal-sequences )
3937
4038* [ github.com/kr/pretty] ( https://godoc.org/github.com/kr/pretty )
Original file line number Diff line number Diff line change @@ -63,6 +63,7 @@ golang.org/x/crypto v0.0.0-20190308221718-c2843e01d9a2/go.mod h1:djNgcEr1/C05ACk
6363golang.org/x/crypto v0.0.0-20190621222207-cc06ce4a13d4 h1:ydJNl0ENAG67pFbB+9tfhiL2pYqLhfoaZFw/cjLhY4A =
6464golang.org/x/crypto v0.0.0-20190621222207-cc06ce4a13d4 /go.mod h1:yigFU9vqHzYiE8UmvKecakEJjdnWj3jj499lnFckfCI =
6565golang.org/x/net v0.0.0-20190404232315-eb5bcb51f2a3 /go.mod h1:t9HGtf8HONx5eT2rtn7q6eTqICYqUVnKs3thJo3Qplg =
66+ golang.org/x/net v0.0.0-20190620200207-3b0461eec859 h1:R/3boaszxrf1GEUWTVDzSKVwLmSJpwZ1yqXm8j0v2QI =
6667golang.org/x/net v0.0.0-20190620200207-3b0461eec859 /go.mod h1:z5CRVTTTmAJ677TzLLGU+0bjPO0LkuOLi4/5GtJWs/s =
6768golang.org/x/sync v0.0.0-20190423024810-112230192c58 /go.mod h1:RxMgew5VJxzue5/jJTE5uejpjVlOe/izrB70Jof72aM =
6869golang.org/x/sync v0.0.0-20190911185100-cd5d95a43a6e h1:vcxGaoTs7kV8m5Np9uUNQin4BrLOthgV7252N8V+FwY =
Original file line number Diff line number Diff line change 11package packr
22
33// Version of Packr
4- const Version = "v2.7.0 "
4+ const Version = "v2.7.1 "
You can’t perform that action at this time.
0 commit comments