Skip to content

Commit 393712c

Browse files
committed
go mod tidy
1 parent 4861109 commit 393712c

File tree

2 files changed

+6
-0
lines changed

2 files changed

+6
-0
lines changed

go.mod

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -100,6 +100,7 @@ require (
100100
github.com/prometheus/procfs v0.15.1 // indirect
101101
github.com/rivo/uniseg v0.4.7 // indirect
102102
github.com/rogpeppe/go-internal v1.10.0 // indirect
103+
github.com/seefan/goerr v1.1.2 // indirect
103104
github.com/twitchyliquid64/golang-asm v0.15.1 // indirect
104105
go.etcd.io/etcd/api/v3 v3.5.0-rc.0 // indirect
105106
go.etcd.io/etcd/client/pkg/v3 v3.5.0-rc.0 // indirect
@@ -124,6 +125,7 @@ require (
124125
github.com/aws/aws-sdk-go-v2/credentials v1.16.1
125126
github.com/aws/aws-sdk-go-v2/service/s3 v1.58.3
126127
github.com/aws/smithy-go v1.20.3
128+
github.com/seefan/gossdb/v2 v2.0.1
127129
github.com/swaggo/files v1.0.1
128130
github.com/swaggo/gin-swagger v1.6.0
129131
github.com/swaggo/swag v1.16.3

go.sum

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -319,6 +319,10 @@ github.com/rs/zerolog v1.29.1 h1:cO+d60CHkknCbvzEWxP0S9K6KqyTjrCNUy1LdQLCGPc=
319319
github.com/rs/zerolog v1.29.1/go.mod h1:Le6ESbR7hc+DP6Lt1THiV8CQSdkkNrd3R0XbEgp3ZBU=
320320
github.com/saracen/walker v0.1.2 h1:/o1TxP82n8thLvmL4GpJXduYaRmJ7qXp8u9dSlV0zmo=
321321
github.com/saracen/walker v0.1.2/go.mod h1:0oKYMsKVhSJ+ful4p/XbjvXbMgLEkLITZaxozsl4CGE=
322+
github.com/seefan/goerr v1.1.2 h1:rLUrQeJY1FRYd2WIsZDr7mr0F58gKPSnCvtBjj00b3Q=
323+
github.com/seefan/goerr v1.1.2/go.mod h1:gipDsSn2T2Jwf0q9bl6K0CGyhvfNZiI8/Bi0MfsS258=
324+
github.com/seefan/gossdb/v2 v2.0.1 h1:LioGKAgTj9omWxFU5slZ1CznYZRQa1GR8WuiB6XSISk=
325+
github.com/seefan/gossdb/v2 v2.0.1/go.mod h1:YBb10QYLQSC0/14z1Y5jam9u7qKhhzTsxwdjTvzFEW0=
322326
github.com/sirupsen/logrus v1.2.0/go.mod h1:LxeOpSwHxABJmUn/MG1IvRgCAasNZTLOkJPxbbu5VWo=
323327
github.com/sirupsen/logrus v1.4.2/go.mod h1:tLMulIdttU9McNUspp0xgXVQah82FyeX6MwdIuYE2rE=
324328
github.com/smira/commander v0.0.0-20140515201010-f408b00e68d5 h1:jLFwP6SDEUHmb6QSu5n2FHseWzMio1ou1FV9p7W6p7I=

0 commit comments

Comments
 (0)