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
9 changes: 5 additions & 4 deletions go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -3,15 +3,16 @@ module github.com/ktr0731/apigen
go 1.14

require (
cloud.google.com/go/iam v0.12.0 // indirect
github.com/ProtonMail/go-crypto v0.0.0-20211112122917-428f8eabeeb3 // indirect
github.com/Songmu/gocredits v0.2.0
github.com/achiku/varfmt v0.0.0-20160708124000-f820e1efecee
github.com/golangci/golangci-lint v1.45.2
github.com/google/go-cmp v0.5.7
github.com/golangci/golangci-lint v1.51.2
github.com/google/go-cmp v0.5.9
github.com/goreleaser/goreleaser v1.7.0
github.com/iancoleman/strcase v0.2.0
github.com/mattn/go-shellwords v1.0.12
github.com/spf13/pflag v1.0.5
golang.org/x/sync v0.0.0-20210220032951-036812b2e83c
golang.org/x/tools v0.1.10
golang.org/x/sync v0.1.0
golang.org/x/tools v0.6.0
)
Loading