Browse Source

Add vendor to gitignore'

master
Gregory Rudolph 3 years ago
parent
commit
3a3597e533
Signed by: rudi
GPG Key ID: EF64F3CBD1A1EBDD
  1. 1
      .gitignore
  2. 2
      go.mod

1
.gitignore vendored

@ -1,4 +1,5 @@ @@ -1,4 +1,5 @@
GlassPorts
vendor
GlassPort
# ---> Go
\#*

2
go.mod

@ -6,5 +6,5 @@ require ( @@ -6,5 +6,5 @@ require (
github.com/bwmarrin/discordgo v0.23.2
github.com/go-sql-driver/mysql v1.6.0
github.com/gorilla/mux v1.8.0
github.com/gorilla/sessions v1.2.1
github.com/gorilla/sessions v1.2.1 // indirect
)

Loading…
Cancel
Save