Skip to content

Commit

Permalink
Add go.mod and go.sum
Browse files Browse the repository at this point in the history
  • Loading branch information
ryukinix committed Jul 22, 2020
1 parent 9af99ef commit a455301
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 0 deletions.
5 changes: 5 additions & 0 deletions go.mod
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
module github.com/commonlispbr/troll-shield

go 1.13

require github.com/go-telegram-bot-api/telegram-bot-api v1.0.1-0.20200722093350-dff2120d96a3
4 changes: 4 additions & 0 deletions go.sum
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
github.com/go-telegram-bot-api/telegram-bot-api v1.0.1-0.20200722093350-dff2120d96a3 h1:/dH+8YHuxSmhDNYu85Owh84J/c9XH+dzUQLeGojk7Vw=
github.com/go-telegram-bot-api/telegram-bot-api v1.0.1-0.20200722093350-dff2120d96a3/go.mod h1:lDm2E64X4OjFdBUA4hlN4mEvbSitvhJdKw7rsA8KHgI=
github.com/technoweenie/multipartstreamer v1.0.1 h1:XRztA5MXiR1TIRHxH2uNxXxaIkKQDeX7m2XsSOlQEnM=
github.com/technoweenie/multipartstreamer v1.0.1/go.mod h1:jNVxdtShOxzAsukZwTSw6MDx5eUJoiEBsSvzDU9uzog=

0 comments on commit a455301

Please sign in to comment.