Skip to content
This repository was archived by the owner on Jan 29, 2025. It is now read-only.

Commit d6d74fc

Browse files
committed
chore: bump go directive to 1.15
1 parent 37c963e commit d6d74fc

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

go.mod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
module github.com/menzerath/monstercat-api
22

3-
go 1.13
3+
go 1.15
44

55
require (
66
github.com/davecgh/go-spew v1.1.1 // indirect

vendor/modules.txt

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,10 @@
11
# github.com/davecgh/go-spew v1.1.1
2+
## explicit
23
github.com/davecgh/go-spew/spew
34
# github.com/pmezard/go-difflib v1.0.0
45
github.com/pmezard/go-difflib/difflib
56
# github.com/stretchr/testify v1.6.1
7+
## explicit
68
github.com/stretchr/testify/assert
79
# gopkg.in/yaml.v3 v3.0.0-20200313102051-9f266ea9e77c
810
gopkg.in/yaml.v3

0 commit comments

Comments
 (0)