Skip to content

Commit

Permalink
chore: Move path-util dependency to util project (#63)
Browse files Browse the repository at this point in the history
  • Loading branch information
ghislainbourgeois committed Feb 21, 2024
1 parent 4ecef91 commit 8196d18
Show file tree
Hide file tree
Showing 5 changed files with 47 additions and 54 deletions.
19 changes: 9 additions & 10 deletions go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -7,12 +7,11 @@ require (
github.com/evanphx/json-patch v5.9.0+incompatible
github.com/gin-gonic/gin v1.9.1
github.com/google/uuid v1.6.0
github.com/omec-project/config5g v1.2.0
github.com/omec-project/config5g v1.2.1-0.20240216144508-a6c2195300d4
github.com/omec-project/http2_util v1.1.0
github.com/omec-project/logger_util v1.1.0
github.com/omec-project/openapi v1.1.0
github.com/omec-project/path_util v1.1.0
github.com/omec-project/util v1.0.12
github.com/omec-project/util v1.0.13-0.20240207024358-eb30f7e970e8
github.com/sirupsen/logrus v1.9.3
github.com/urfave/cli v1.22.14
gopkg.in/yaml.v2 v2.4.0
Expand Down Expand Up @@ -40,22 +39,22 @@ require (
github.com/mitchellh/mapstructure v1.4.1 // indirect
github.com/modern-go/concurrent v0.0.0-20180306012644-bacd9c7ef1dd // indirect
github.com/modern-go/reflect2 v1.0.2 // indirect
github.com/omec-project/logger_conf v1.1.0 // indirect
github.com/omec-project/logger_conf v1.1.1-0.20240213150911-6ea2670f1fc0 // indirect
github.com/pelletier/go-toml/v2 v2.0.8 // indirect
github.com/pkg/errors v0.9.1 // indirect
github.com/russross/blackfriday/v2 v2.1.0 // indirect
github.com/twitchyliquid64/golang-asm v0.15.1 // indirect
github.com/ugorji/go/codec v1.2.11 // indirect
golang.org/x/arch v0.3.0 // indirect
golang.org/x/crypto v0.17.0 // indirect
golang.org/x/net v0.17.0 // indirect
golang.org/x/oauth2 v0.7.0 // indirect
golang.org/x/net v0.18.0 // indirect
golang.org/x/oauth2 v0.14.0 // indirect
golang.org/x/sys v0.15.0 // indirect
golang.org/x/text v0.14.0 // indirect
google.golang.org/appengine v1.6.7 // indirect
google.golang.org/genproto v0.0.0-20230410155749-daa745c078e1 // indirect
google.golang.org/grpc v1.56.3 // indirect
google.golang.org/protobuf v1.30.0 // indirect
google.golang.org/appengine v1.6.8 // indirect
google.golang.org/genproto/googleapis/rpc v0.0.0-20231106174013-bbf56f31fb17 // indirect
google.golang.org/grpc v1.61.1 // indirect
google.golang.org/protobuf v1.32.0 // indirect
gopkg.in/h2non/gock.v1 v1.1.2 // indirect
gopkg.in/yaml.v3 v3.0.1 // indirect
)
Loading

0 comments on commit 8196d18

Please sign in to comment.