Skip to content

Commit

Permalink
Add go mod stuff and check in.
Browse files Browse the repository at this point in the history
  • Loading branch information
grundleborg committed Sep 29, 2021
1 parent 1b5eb7b commit 6673f0c
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .gitignore
@@ -1,7 +1,8 @@
.DS_Store

go.mod
go.sum
slack-advanced-exporter.darwin-amd64.tar.gz
slack-advanced-exporter.linux-amd64.tar.gz
slack-advanced-exporter.windows-amd64.zip

COOKIE
TOKEN
Expand Down
5 changes: 5 additions & 0 deletions go.mod
@@ -0,0 +1,5 @@
module github.com/grundleborg/slack-advanced-exporter

go 1.16

require gopkg.in/urfave/cli.v1 v1.20.0
2 changes: 2 additions & 0 deletions go.sum
@@ -0,0 +1,2 @@
gopkg.in/urfave/cli.v1 v1.20.0 h1:NdAVW6RYxDif9DhDHaAortIu956m2c0v+09AZBPTbE0=
gopkg.in/urfave/cli.v1 v1.20.0/go.mod h1:vuBzUtMdQeixQj8LVd+/98pzhxNGQoyuPBlsXHOQNO0=

0 comments on commit 6673f0c

Please sign in to comment.