File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -3,7 +3,7 @@ module github.com/blinklabs-io/tx-submit-api-mirror
3
3
go 1.19
4
4
5
5
require (
6
- github.com/fxamacker/cbor/v2 v2.4 .0
6
+ github.com/fxamacker/cbor/v2 v2.5 .0
7
7
github.com/gin-contrib/zap v0.1.0
8
8
github.com/gin-gonic/gin v1.9.1
9
9
github.com/kelseyhightower/envconfig v1.4.0
Original file line number Diff line number Diff line change @@ -10,8 +10,8 @@ github.com/creack/pty v1.1.9/go.mod h1:oKZEueFk5CKHvIhNR5MUki03XCEU+Q6VDXinZuGJ3
10
10
github.com/davecgh/go-spew v1.1.0 /go.mod h1:J7Y8YcW2NihsgmVo/mv3lAwl/skON4iLHjSsI+c5H38 =
11
11
github.com/davecgh/go-spew v1.1.1 h1:vj9j/u1bqnvCEfJOwUhtlOARqs3+rkHYY13jYWTU97c =
12
12
github.com/davecgh/go-spew v1.1.1 /go.mod h1:J7Y8YcW2NihsgmVo/mv3lAwl/skON4iLHjSsI+c5H38 =
13
- github.com/fxamacker/cbor/v2 v2.4 .0 h1:ri0ArlOR+5XunOP8CRUowT0pSJOwhW098ZCUyskZD88 =
14
- github.com/fxamacker/cbor/v2 v2.4 .0 /go.mod h1:TA1xS00nchWmaBnEIxPSE5oHLuJBAVvqrtAnWBwBCVo =
13
+ github.com/fxamacker/cbor/v2 v2.5 .0 h1:oHsG0V/Q6E/wqTS2O1Cozzsy69nqCiguo5Q1a1ADivE =
14
+ github.com/fxamacker/cbor/v2 v2.5 .0 /go.mod h1:TA1xS00nchWmaBnEIxPSE5oHLuJBAVvqrtAnWBwBCVo =
15
15
github.com/gabriel-vasile/mimetype v1.4.2 h1:w5qFW6JKBz9Y393Y4q372O9A7cUSequkh1Q7OhCmWKU =
16
16
github.com/gabriel-vasile/mimetype v1.4.2 /go.mod h1:zApsH/mKG4w07erKIaJPFiX0Tsq9BFQgN3qGY5GnNgA =
17
17
github.com/gin-contrib/sse v0.1.0 h1:Y/yl/+YNO8GZSjAhjMsSuLt29uWRFHdHYUb5lYOV9qE =
You can’t perform that action at this time.
0 commit comments