Skip to content

Commit 48062f3

Browse files
committed
update: base version
1 parent 3e0e4bb commit 48062f3

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

go.mod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ require (
2929
github.com/mitchellh/copystructure v1.2.0 // indirect
3030
github.com/mitchellh/mapstructure v1.5.0 // indirect
3131
github.com/mitchellh/reflectwalk v1.0.2 // indirect
32-
github.com/ptaas-tool/base-api v0.5.0 // indirect
32+
github.com/ptaas-tool/base-api v0.5.1 // indirect
3333
github.com/rivo/uniseg v0.4.3 // indirect
3434
github.com/spf13/pflag v1.0.5 // indirect
3535
github.com/valyala/bytebufferpool v1.0.0 // indirect

go.sum

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -247,6 +247,8 @@ github.com/ptaas-tool/base-api v0.3.1 h1:bvT0daSYpmf5u7vUCFqpdFHjOL99hk7UFCX6Jp0
247247
github.com/ptaas-tool/base-api v0.3.1/go.mod h1:EZ+rNsBm/sKZsSsrlf5f87iUFBAeERN3r7DXpGcikwg=
248248
github.com/ptaas-tool/base-api v0.5.0 h1:J8zcLi+66uyTLOpb+7X9Zeq3YAFHGJitVjk7c4NNmUE=
249249
github.com/ptaas-tool/base-api v0.5.0/go.mod h1:EZ+rNsBm/sKZsSsrlf5f87iUFBAeERN3r7DXpGcikwg=
250+
github.com/ptaas-tool/base-api v0.5.1 h1:vjRn4xx77yTV35HgfzgFR2NRKZJohmonEwaPgtzwdDk=
251+
github.com/ptaas-tool/base-api v0.5.1/go.mod h1:EZ+rNsBm/sKZsSsrlf5f87iUFBAeERN3r7DXpGcikwg=
250252
github.com/rhnvrm/simples3 v0.6.1/go.mod h1:Y+3vYm2V7Y4VijFoJHHTrja6OgPrJ2cBti8dPGkC3sA=
251253
github.com/rivo/uniseg v0.2.0/go.mod h1:J6wj4VEh+S6ZtnVlnTBMWIodfgj8LQOQFoIToxlJtxc=
252254
github.com/rivo/uniseg v0.4.3 h1:utMvzDsuh3suAEnhH0RdHmoPbU648o6CvXxTx4SBMOw=

0 commit comments

Comments
 (0)