Skip to content

Commit

Permalink
Merge pull request #5 from vpilkauskas/master
Browse files Browse the repository at this point in the history
Add support for go mod and string.ReplaceAll tmrts#83
  • Loading branch information
6uhrmittag committed Oct 2, 2021
2 parents 8f51ad7 + 4cfe9e5 commit 318bed8
Show file tree
Hide file tree
Showing 3 changed files with 352 additions and 0 deletions.
11 changes: 11 additions & 0 deletions go.mod
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
module github.com/tmrts/boilr

go 1.15

require (
github.com/docker/go-units v0.4.0
github.com/fatih/color v1.10.0
github.com/olekukonko/tablewriter v0.0.5
github.com/spf13/cobra v1.1.3
gopkg.in/src-d/go-git.v4 v4.13.1
)
Loading

0 comments on commit 318bed8

Please sign in to comment.