Skip to content

Commit

Permalink
Merge pull request #58 from dokku/update-dependencies
Browse files Browse the repository at this point in the history
chore: update go modules
  • Loading branch information
josegonzalez authored May 10, 2022
2 parents e4d8187 + 8b424a2 commit 694702f
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions go.mod
Original file line number Diff line number Diff line change
@@ -1,11 +1,12 @@
module procfile-util

go 1.16
go 1.18

require (
github.com/akamensky/argparse v1.3.1
github.com/alessio/shellescape v1.4.1 // indirect
github.com/andrew-d/go-termutil v0.0.0-20150726205930-009166a695a2
github.com/joho/godotenv v1.4.0
gopkg.in/alessio/shellescape.v1 v1.0.0-20170105083845-52074bc9df61
)

require github.com/alessio/shellescape v1.4.1 // indirect

0 comments on commit 694702f

Please sign in to comment.