Skip to content

Commit

Permalink
Change the go mod
Browse files Browse the repository at this point in the history
  • Loading branch information
ocakhasan committed Nov 9, 2023
1 parent 3f11676 commit 7a61150
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions go.mod
Original file line number Diff line number Diff line change
@@ -1,10 +1,9 @@
module github.com/ocakhasan/mongoapi

go 1.21.0
go 1.21

require (
github.com/labstack/echo/v4 v4.11.3
github.com/magiconair/properties v1.8.7
github.com/steinfletcher/apitest v1.5.15
github.com/steinfletcher/apitest-jsonpath v1.7.2
github.com/testcontainers/testcontainers-go v0.26.0
Expand Down Expand Up @@ -35,6 +34,7 @@ require (
github.com/klauspost/compress v1.16.0 // indirect
github.com/labstack/gommon v0.4.0 // indirect
github.com/lufia/plan9stats v0.0.0-20211012122336-39d0f177ccd0 // indirect
github.com/magiconair/properties v1.8.7 // indirect
github.com/mattn/go-colorable v0.1.13 // indirect
github.com/mattn/go-isatty v0.0.19 // indirect
github.com/moby/patternmatcher v0.6.0 // indirect
Expand Down

0 comments on commit 7a61150

Please sign in to comment.