Skip to content

Commit f2591c0

Browse files
authored
Merge pull request #77 from isimluk/maintenance
Chores: drop go 1.15 and go 1.16 support
2 parents a5e4abe + cec2e2c commit f2591c0

File tree

11 files changed

+23
-110
lines changed

11 files changed

+23
-110
lines changed

go.mod

Lines changed: 11 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
module github.com/gocomply/xsd2go
22

3-
go 1.15
3+
go 1.17
44

55
require (
66
github.com/iancoleman/strcase v0.2.0
@@ -9,3 +9,13 @@ require (
99
github.com/urfave/cli v1.22.12
1010
golang.org/x/net v0.8.0
1111
)
12+
13+
require (
14+
github.com/cpuguy83/go-md2man/v2 v2.0.2 // indirect
15+
github.com/davecgh/go-spew v1.1.1 // indirect
16+
github.com/gobuffalo/here v0.6.0 // indirect
17+
github.com/pmezard/go-difflib v1.0.0 // indirect
18+
github.com/russross/blackfriday/v2 v2.1.0 // indirect
19+
golang.org/x/text v0.8.0 // indirect
20+
gopkg.in/yaml.v3 v3.0.1 // indirect
21+
)

vendor/github.com/gobuffalo/here/go.mod

Lines changed: 0 additions & 11 deletions
This file was deleted.

vendor/github.com/gobuffalo/here/go.sum

Lines changed: 0 additions & 19 deletions
This file was deleted.

vendor/github.com/iancoleman/strcase/go.mod

Lines changed: 0 additions & 3 deletions
This file was deleted.

vendor/github.com/markbates/pkger/go.mod

Lines changed: 0 additions & 8 deletions
This file was deleted.

vendor/github.com/markbates/pkger/go.sum

Lines changed: 0 additions & 22 deletions
This file was deleted.

vendor/github.com/russross/blackfriday/v2/go.mod

Lines changed: 0 additions & 1 deletion
This file was deleted.

vendor/github.com/urfave/cli/go.mod

Lines changed: 0 additions & 10 deletions
This file was deleted.

vendor/github.com/urfave/cli/go.sum

Lines changed: 0 additions & 25 deletions
This file was deleted.

vendor/gopkg.in/yaml.v3/go.mod

Lines changed: 0 additions & 5 deletions
This file was deleted.

0 commit comments

Comments
 (0)