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 d286cb9 commit 85f9ec9Copy full SHA for 85f9ec9
go.mod
@@ -8,7 +8,7 @@ require (
8
github.com/Antonboom/nilnil v0.1.1
9
github.com/BurntSushi/toml v1.2.0
10
github.com/Djarvur/go-err113 v0.0.0-20210108212216-aea10b59be24
11
- github.com/GaijinEntertainment/go-exhaustruct/v2 v2.2.2
+ github.com/GaijinEntertainment/go-exhaustruct/v2 v2.3.0
12
github.com/OpenPeeDeeP/depguard v1.1.0
13
github.com/alexkohler/prealloc v1.0.0
14
github.com/alingse/asasalint v0.0.11
@@ -180,3 +180,5 @@ require (
180
gopkg.in/yaml.v2 v2.4.0 // indirect
181
mvdan.cc/lint v0.0.0-20170908181259-adc824a0674b // indirect
182
)
183
+
184
+require golang.org/x/exp v0.0.0-20220722155223-a9213eeb770e // indirect
go.sum
0 commit comments