Skip to content
This repository was archived by the owner on Aug 1, 2024. It is now read-only.

Commit 4a68b10

Browse files
authored
Update util and openapi versions (#46)
1 parent 87aef86 commit 4a68b10

File tree

2 files changed

+13
-368
lines changed

2 files changed

+13
-368
lines changed

go.mod

+3-2
Original file line numberDiff line numberDiff line change
@@ -28,12 +28,13 @@ require (
2828
github.com/golang-jwt/jwt v3.2.1+incompatible // indirect
2929
github.com/json-iterator/go v1.1.12 // indirect
3030
github.com/klauspost/cpuid/v2 v2.2.4 // indirect
31+
github.com/kr/pretty v0.3.1 // indirect
3132
github.com/leodido/go-urn v1.2.4 // indirect
3233
github.com/mattn/go-isatty v0.0.19 // indirect
3334
github.com/modern-go/concurrent v0.0.0-20180306012644-bacd9c7ef1dd // indirect
3435
github.com/modern-go/reflect2 v1.0.2 // indirect
35-
github.com/omec-project/openapi v1.1.0 // indirect
36-
github.com/omec-project/util v1.0.13-0.20240207024358-eb30f7e970e8 // indirect
36+
github.com/omec-project/openapi v1.2.0 // indirect
37+
github.com/omec-project/util v1.0.13 // indirect
3738
github.com/pelletier/go-toml/v2 v2.0.8 // indirect
3839
github.com/pmezard/go-difflib v1.0.0 // indirect
3940
github.com/twitchyliquid64/golang-asm v0.15.1 // indirect

0 commit comments

Comments
 (0)