We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 57f5a9e commit 76de562Copy full SHA for 76de562
go.mod
@@ -8,6 +8,7 @@ require (
8
github.com/Antonboom/nilnil v0.1.0
9
github.com/BurntSushi/toml v1.0.0
10
github.com/Djarvur/go-err113 v0.0.0-20210108212216-aea10b59be24
11
+ github.com/GaijinEntertainment/go-exhaustruct v1.0.0
12
github.com/OpenPeeDeeP/depguard v1.1.0
13
github.com/alexkohler/prealloc v1.0.0
14
github.com/ashanbrown/forbidigo v1.3.0
@@ -104,8 +105,6 @@ require (
104
105
mvdan.cc/unparam v0.0.0-20211214103731-d0ef000c54e5
106
)
107
-require github.com/GaijinEntertainment/go-exhaustruct v1.0.0
108
-
109
require (
110
github.com/Masterminds/semver v1.5.0 // indirect
111
github.com/beorn7/perks v1.0.1 // indirect
go.sum
0 commit comments