grim/gocommonlog

Update go.mod and go.sum
draft
2020-07-11, Gary Kramlich
cbebe5b306d9
Parents 770dad5b5187
Children d5c6abec200c
Update go.mod and go.sum
  • +2 -0
    go.mod
  • +8 -0
    go.sum
  • --- a/go.mod Sat Jul 11 05:20:50 2020 -0500
    +++ b/go.mod Sat Jul 11 05:23:55 2020 -0500
    @@ -1,3 +1,5 @@
    module keep.imfreedom.org/grim/gocommonlog
    go 1.14
    +
    +require github.com/sirupsen/logrus v1.6.0
    --- /dev/null Thu Jan 01 00:00:00 1970 +0000
    +++ b/go.sum Sat Jul 11 05:23:55 2020 -0500
    @@ -0,0 +1,8 @@
    +github.com/davecgh/go-spew v1.1.1/go.mod h1:J7Y8YcW2NihsgmVo/mv3lAwl/skON4iLHjSsI+c5H38=
    +github.com/konsorten/go-windows-terminal-sequences v1.0.3/go.mod h1:T0+1ngSBFLxvqU3pZ+m/2kptfBszLMUkC4ZK/EgS/cQ=
    +github.com/pmezard/go-difflib v1.0.0/go.mod h1:iKH77koFhYxTK1pcRnkKkqfTogsbg7gZNVY4sRDYZ/4=
    +github.com/sirupsen/logrus v1.6.0 h1:UBcNElsrwanuuMsnGSlYmtmgbb23qDR5dG+6X6Oo89I=
    +github.com/sirupsen/logrus v1.6.0/go.mod h1:7uNnSEd1DgxDLC74fIahvMZmmYsHGZGEOFrfsX/uA88=
    +github.com/stretchr/testify v1.2.2/go.mod h1:a8OnRcib4nhh0OaRAV+Yts87kKdq0PP7pXfy6kDkUVs=
    +golang.org/x/sys v0.0.0-20190422165155-953cdadca894 h1:Cz4ceDQGXuKRnVBDTS23GTn/pU5OE2C0WrNTOYK1Uuc=
    +golang.org/x/sys v0.0.0-20190422165155-953cdadca894/go.mod h1:h1NjWce9XRLGQEsW7wpKNCjG9DtNlClVuFLEZdDNbEs=