Skip to content

Commit

Permalink
vscode test settings + update dependencies
Browse files Browse the repository at this point in the history
Co-authored-by: Thibault Herard <[email protected]>
  • Loading branch information
sebferrer and Thibault Herard committed Apr 6, 2022
1 parent 0a6b61c commit 2ec70d0
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
3 changes: 3 additions & 0 deletions .vscode/settings.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
{
"go.testTags": "sqlite"
}
2 changes: 1 addition & 1 deletion go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,7 @@ require (
github.com/Masterminds/sprig/v3 v3.0.0
github.com/arbovm/levenshtein v0.0.0-20160628152529-48b4e1c0c4d0
github.com/avast/retry-go/v3 v3.1.1
github.com/beevik/etree v1.1.0
github.com/bradleyjkemp/cupaloy/v2 v2.6.0
github.com/bwmarrin/discordgo v0.23.0
github.com/bxcodec/faker/v3 v3.3.1
Expand Down Expand Up @@ -59,7 +60,6 @@ require (
github.com/hashicorp/golang-lru v0.5.4
github.com/imdario/mergo v0.3.12
github.com/inhies/go-bytesize v0.0.0-20210819104631-275770b98743
github.com/instana/testify v1.6.2-0.20200721153833-94b1851f4d65
github.com/jteeuwen/go-bindata v3.0.7+incompatible
github.com/julienschmidt/httprouter v1.3.0
github.com/knadh/koanf v1.4.0
Expand Down

0 comments on commit 2ec70d0

Please sign in to comment.