Skip to content

Commit

Permalink
update the dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
xgfone committed May 13, 2024
1 parent 535aa6e commit d131533
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 9 deletions.
5 changes: 2 additions & 3 deletions go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -2,13 +2,12 @@ module github.com/xgfone/go-apiserver

require (
github.com/xgfone/go-atexit v0.11.0
github.com/xgfone/go-binder v0.6.0
github.com/xgfone/go-defaults v0.14.0
github.com/xgfone/go-binder v0.7.0
github.com/xgfone/go-defaults v0.15.0
github.com/xgfone/go-http-matcher v0.1.1
)

require (
github.com/xgfone/go-cast v0.9.0 // indirect
github.com/xgfone/go-structs v0.3.0 // indirect
github.com/xgfone/go-validation v0.3.0 // indirect
github.com/xgfone/predicate v1.3.3 // indirect
Expand Down
10 changes: 4 additions & 6 deletions go.sum
Original file line number Diff line number Diff line change
@@ -1,11 +1,9 @@
github.com/xgfone/go-atexit v0.11.0 h1:hpN7aowCWUUjy00SciUxrFTnpbK9JlJwV01zlRUel0o=
github.com/xgfone/go-atexit v0.11.0/go.mod h1:yN4Hf2wE06X4kJLL2qxBNKuJHTRdDRoifivfFoKdC8o=
github.com/xgfone/go-binder v0.6.0 h1:YvDl4xnLn/ZwBwX/WSZnYt6oVcMn/gsHrVfWfhyC9Jc=
github.com/xgfone/go-binder v0.6.0/go.mod h1:fsFPU8NylM1YNc7UQdRaBZ5MnXz/p9lkNQYF1M2NVMk=
github.com/xgfone/go-cast v0.9.0 h1:7zEDe2+HrKwYx9vn4c0p0MiJuyKgxfXmGx8zlmAcH6k=
github.com/xgfone/go-cast v0.9.0/go.mod h1:EyIF5C9bIMw2euwO/a4piyxposPHJ51cZbOjjJzzAYw=
github.com/xgfone/go-defaults v0.14.0 h1:FSx/7p8AgwVE9IHtvm0qz3QyUu6Pn0Ah81s8XOLVeVw=
github.com/xgfone/go-defaults v0.14.0/go.mod h1:RjyN5TK6hyaROkw2nyfchvCSCOch8rJ/zPO9nO4Y+EQ=
github.com/xgfone/go-binder v0.7.0 h1:uAih3Fjg1bqGNY5blQyWa4TjxsNHkeciK4TgwW9OHm0=
github.com/xgfone/go-binder v0.7.0/go.mod h1:YNWGOGBGf6VWzA4pmUYSR7hbduaKjozpGmmoH2jyfrE=
github.com/xgfone/go-defaults v0.15.0 h1:4hHgBE/biG7HcmN5pZiGcd0XVprz/jfCQhLog6QNmYo=
github.com/xgfone/go-defaults v0.15.0/go.mod h1:RjyN5TK6hyaROkw2nyfchvCSCOch8rJ/zPO9nO4Y+EQ=
github.com/xgfone/go-http-matcher v0.1.1 h1:nZ3ksKW/ZJw0HSaAszPgEi0faaM82Q2Qg2V8cwhmGeM=
github.com/xgfone/go-http-matcher v0.1.1/go.mod h1:fPetvyIHNJiyAxt6MwVz8pFfHFpm+34KhlpdvZU9/HQ=
github.com/xgfone/go-structs v0.3.0 h1:hkenbzCJTlgxjG8EUC/7VCunVWlr6+B0aq+MI9e60WU=
Expand Down

0 comments on commit d131533

Please sign in to comment.