-
Notifications
You must be signed in to change notification settings - Fork 63
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
chore(deps): update dependencies and golang version (#37)
- Loading branch information
Showing
9 changed files
with
299 additions
and
139 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,27 +1,36 @@ | ||
module github.com/princjef/gomarkdoc | ||
|
||
go 1.13 | ||
go 1.16 | ||
|
||
require ( | ||
github.com/konsorten/go-windows-terminal-sequences v1.0.2 // indirect | ||
github.com/matryer/is v1.3.0 | ||
github.com/mgutz/ansi v0.0.0-20170206155736-9520e82c474b // indirect | ||
github.com/mvdan/xurls v1.1.0 // indirect | ||
github.com/Microsoft/go-winio v0.5.0 // indirect | ||
github.com/VividCortex/ewma v1.2.0 // indirect | ||
github.com/cheggaaa/pb/v3 v3.0.8 // indirect | ||
github.com/fatih/color v1.11.0 // indirect | ||
github.com/go-git/go-billy/v5 v5.3.1 // indirect | ||
github.com/go-git/go-git/v5 v5.3.0 | ||
github.com/kevinburke/ssh_config v1.1.0 // indirect | ||
github.com/magiconair/properties v1.8.5 // indirect | ||
github.com/matryer/is v1.4.0 | ||
github.com/mgutz/ansi v0.0.0-20200706080929-d51e80ef957d // indirect | ||
github.com/mitchellh/mapstructure v1.4.1 // indirect | ||
github.com/onsi/ginkgo v1.14.2 // indirect | ||
github.com/onsi/gomega v1.10.3 // indirect | ||
github.com/pelletier/go-toml v1.6.0 // indirect | ||
github.com/pelletier/go-toml v1.9.1 // indirect | ||
github.com/princjef/mageutil v0.1.0 | ||
github.com/russross/blackfriday/v2 v2.0.1 | ||
github.com/shurcooL/sanitized_anchor_name v1.0.0 // indirect | ||
github.com/sirupsen/logrus v1.4.2 | ||
github.com/spf13/afero v1.2.2 // indirect | ||
github.com/spf13/cobra v0.0.5 | ||
github.com/russross/blackfriday/v2 v2.1.0 | ||
github.com/sergi/go-diff v1.2.0 // indirect | ||
github.com/sirupsen/logrus v1.8.1 | ||
github.com/spf13/afero v1.6.0 // indirect | ||
github.com/spf13/cast v1.3.1 // indirect | ||
github.com/spf13/cobra v1.1.3 | ||
github.com/spf13/jwalterweatherman v1.1.0 // indirect | ||
github.com/spf13/pflag v1.0.5 // indirect | ||
github.com/spf13/viper v1.5.0 | ||
github.com/stretchr/testify v1.4.0 // indirect | ||
github.com/spf13/viper v1.7.1 | ||
github.com/x-cray/logrus-prefixed-formatter v0.5.2 | ||
gopkg.in/src-d/go-git.v4 v4.13.1 | ||
mvdan.cc/xurls v1.1.0 | ||
golang.org/x/crypto v0.0.0-20210513164829-c07d793c2f9a // indirect | ||
golang.org/x/net v0.0.0-20210520170846-37e1c6afe023 // indirect | ||
golang.org/x/sys v0.0.0-20210514084401-e8d321eab015 // indirect | ||
golang.org/x/term v0.0.0-20210503060354-a79de5458b56 // indirect | ||
gopkg.in/ini.v1 v1.62.0 // indirect | ||
mvdan.cc/xurls/v2 v2.2.0 | ||
) |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters