File tree Expand file tree Collapse file tree 3 files changed +5
-3
lines changed
Expand file tree Collapse file tree 3 files changed +5
-3
lines changed Original file line number Diff line number Diff line change @@ -2,4 +2,4 @@ module github.com/otiai10/copy
22
33go 1.14
44
5- require github.com/otiai10/mint v1.3.2
5+ require github.com/otiai10/mint v1.3.3
Original file line number Diff line number Diff line change @@ -2,5 +2,5 @@ github.com/otiai10/curr v0.0.0-20150429015615-9b4961190c95/go.mod h1:9qAhocn7zKJ
22github.com/otiai10/curr v1.0.0 h1:TJIWdbX0B+kpNagQrjgq8bCMrbhiuX73M2XwgtDMoOI =
33github.com/otiai10/curr v1.0.0 /go.mod h1:LskTG5wDwr8Rs+nNQ+1LlxRjAtTZZjtJW4rMXl6j4vs =
44github.com/otiai10/mint v1.3.0 /go.mod h1:F5AjcsTsWUqX+Na9fpHb52P8pcRX2CI6A3ctIT91xUo =
5- github.com/otiai10/mint v1.3.2 h1:VYWnrP5fXmz1MXvjuUvcBrXSjGE6xjON+axB/UrpO3E =
6- github.com/otiai10/mint v1.3.2 /go.mod h1:/yxELlJQ0ufhjUwhshSj+wFjZ78CnZ48/1wtmBH1OTc =
5+ github.com/otiai10/mint v1.3.3 h1:7JgpsBaN0uMkyju4tbYHu0mnM55hNKVYLsXmwr15NQI =
6+ github.com/otiai10/mint v1.3.3 /go.mod h1:/yxELlJQ0ufhjUwhshSj+wFjZ78CnZ48/1wtmBH1OTc =
Original file line number Diff line number Diff line change 11FROM archlinux:base-20201220.0.11678
22
33RUN pacman -Sy -q --noconfirm \
4+ glibc \
45 git \
6+ gcc \
57 go
68
79ENV GOPATH=${HOME}/go
You can’t perform that action at this time.
0 commit comments