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
4 changes: 2 additions & 2 deletions kaybee/go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ go 1.16
require (
github.com/blang/semver v3.5.1+incompatible
github.com/gin-gonic/contrib v0.0.0-20201101042839-6a891bf89f19
github.com/gin-gonic/gin v1.7.1
github.com/gin-gonic/gin v1.9.1
github.com/go-git/go-git/v5 v5.3.0
github.com/gookit/color v1.4.2
github.com/magiconair/properties v1.8.5
Expand All @@ -17,6 +17,6 @@ require (
github.com/schollz/progressbar/v2 v2.15.0
github.com/spf13/cobra v1.1.3
github.com/spf13/viper v1.7.1
github.com/stretchr/testify v1.7.0
github.com/stretchr/testify v1.8.3
gopkg.in/yaml.v2 v2.4.0
)
Loading