Skip to content
Open
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
9 changes: 2 additions & 7 deletions go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -9,25 +9,20 @@ require (
github.com/appscode/jsonpatch v1.0.1
github.com/aws/aws-sdk-go v1.44.209 // indirect
github.com/brettski/go-termtables v0.0.0-20190907034855-12ddd59af020
github.com/bytedance/sonic v1.8.2 // indirect
github.com/elek/flekszible/api/v2 v2.0.0-20230225074944-c88d4de6bfb9
github.com/evanphx/json-patch v4.11.0+incompatible // indirect
github.com/fatih/color v1.14.1
github.com/gin-gonic/gin v1.9.0
github.com/gin-gonic/gin v1.9.1
github.com/golang/snappy v0.0.4 // indirect
github.com/hashicorp/go-getter v1.7.0
github.com/klauspost/compress v1.15.15 // indirect
github.com/klauspost/cpuid/v2 v2.2.4 // indirect
github.com/magefile/mage v1.14.0
github.com/mattn/go-runewidth v0.0.14 // indirect
github.com/pkg/errors v0.9.1
github.com/rivo/uniseg v0.4.4 // indirect
github.com/sirupsen/logrus v1.9.0
github.com/stretchr/testify v1.8.1
github.com/ugorji/go/codec v1.2.10 // indirect
github.com/stretchr/testify v1.8.3
github.com/ulikunitz/xz v0.5.11 // indirect
github.com/urfave/cli v1.22.12
golang.org/x/arch v0.2.0 // indirect
google.golang.org/genproto v0.0.0-20230223222841-637eb2293923 // indirect
)

Expand Down
Loading