diff --git a/.gitignore b/.gitignore index 77adccf4..b6a8ef6a 100644 --- a/.gitignore +++ b/.gitignore @@ -20,3 +20,4 @@ ### Misc. _cmd +cmd diff --git a/go.mod b/go.mod index a00f1601..50996567 100644 --- a/go.mod +++ b/go.mod @@ -1,6 +1,6 @@ module github.com/vultr/govultr/v2 -go 1.19 +go 1.20 require ( github.com/google/go-querystring v1.1.0