Skip to content
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 1 addition & 4 deletions go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -3,16 +3,13 @@ module github.com/go-dawn/pkg
go 1.14

require (
github.com/gavv/httpexpect/v2 v2.2.0
github.com/gavv/httpexpect/v2 v2.11.0
github.com/go-dawn/dawn v0.4.3
github.com/gofiber/fiber/v2 v2.5.0
github.com/klauspost/compress v1.11.12 // indirect
github.com/spf13/cobra v1.1.3
github.com/stretchr/testify v1.7.0
github.com/valyala/bytebufferpool v1.0.0
github.com/valyala/fasthttp v1.22.0 // indirect
github.com/valyala/fastrand v1.0.0
golang.org/x/sys v0.0.0-20210309040221-94ec62e08169 // indirect
gorm.io/driver/sqlite v1.1.4
gorm.io/gorm v1.21.3
)
Loading