Skip to content

Commit

Permalink
feat: update dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
sascha-andres committed Jun 9, 2023
1 parent 7640942 commit 7229cc6
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 4 deletions.
4 changes: 2 additions & 2 deletions go.mod
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
module github.com/sascha-andres/gitc

go 1.18
go 1.20

require (
github.com/manifoldco/promptui v0.9.0
github.com/sascha-andres/flag v0.1.0
github.com/sascha-andres/flag v0.3.2
)

require (
Expand Down
5 changes: 3 additions & 2 deletions go.sum
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,9 @@ github.com/chzyer/test v1.0.0 h1:p3BQDXSxOhOG0P9z6/hGnII4LGiEPOYBhs8asl/fC04=
github.com/chzyer/test v1.0.0/go.mod h1:2JlltgoNkt4TW/z9V/IzDdFaMTM2JPIi26O1pF38GC8=
github.com/manifoldco/promptui v0.9.0 h1:3V4HzJk1TtXW1MTZMP7mdlwbBpIinw3HztaIlYthEiA=
github.com/manifoldco/promptui v0.9.0/go.mod h1:ka04sppxSGFAtxX0qhlYQjISsg9mR4GWtQEhdbn6Pgg=
github.com/sascha-andres/flag v0.1.0 h1:mnYWvQJeGIF7pvxInq+GWnHN16JAbzNXhD2Gs+ECBEA=
github.com/sascha-andres/flag v0.1.0/go.mod h1:nYkP7ddMpw1gdlUygWlyG7isbeNGjkWxfWWYEpcQ0uc=
github.com/sascha-andres/flag v0.3.2 h1:w6BfOf8Qsv//CNyr1IgGU1uy0RcnwrUfC/bMRCRcQ44=
github.com/sascha-andres/flag v0.3.2/go.mod h1:vLivnqR13U55g6zDgvp6QAL+AOtReHrdqgBAxYUU0bI=
golang.org/x/exp v0.0.0-20230321023759-10a507213a29 h1:ooxPy7fPvB4kwsA2h+iBNHkAbp/4JxTSwCmvdjEYmug=
golang.org/x/sys v0.0.0-20181122145206-62eef0e2fa9b/go.mod h1:STP8DvDyc/dI5b8T5hshtkjS+E42TnysNCUPdjciGhY=
golang.org/x/sys v0.0.0-20220310020820-b874c991c1a5/go.mod h1:oPkhp1MJrh7nUepCBck5+mAzfO9JrbApNNgaTdGDITg=
golang.org/x/sys v0.0.0-20220722155257-8c9f86f7a55f h1:v4INt8xihDGvnrfjMDVXGxw9wrfxYyCjk0KbXjhR55s=
Expand Down

0 comments on commit 7229cc6

Please sign in to comment.