Skip to content

Commit

Permalink
Remove glog dep
Browse files Browse the repository at this point in the history
Change-Id: Ic71047020e80d3277ad47064b8a8c4fa47b8b420
  • Loading branch information
AlCutter committed Nov 1, 2021
1 parent 0efaa62 commit 78493b0
Show file tree
Hide file tree
Showing 4 changed files with 2 additions and 10 deletions.
2 changes: 0 additions & 2 deletions compact/range_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -28,8 +28,6 @@ import (
"github.com/google/go-cmp/cmp"
"team.git.corp.google.com/security-transparency-team/merkle.git/rfc6962"
"team.git.corp.google.com/security-transparency-team/merkle.git/testonly"

_ "github.com/golang/glog" // Required for flag handling
)

var (
Expand Down
5 changes: 1 addition & 4 deletions go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,4 @@ module team.git.corp.google.com/security-transparency-team/merkle.git

go 1.16

require (
github.com/golang/glog v0.0.0-20210429001901-424d2337a529
github.com/google/go-cmp v0.5.6 // indirect
)
require github.com/google/go-cmp v0.5.6
3 changes: 1 addition & 2 deletions go.sum
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
github.com/golang/glog v0.0.0-20210429001901-424d2337a529 h1:2voWjNECnrZRbfwXxHB1/j8wa6xdKn85B5NzgVL/pTU=
github.com/golang/glog v0.0.0-20210429001901-424d2337a529/go.mod h1:SBH7ygxi8pfUlaOkMMuAQtPIUF8ecWP5IEl/CR7VP2Q=
github.com/google/go-cmp v0.5.6 h1:BKbKCqvP6I+rmFHt06ZmyQtvB8xAkWdhFyr0ZUNZcxQ=
github.com/google/go-cmp v0.5.6/go.mod h1:v8dTdLbMG2kIc/vJvl+f65V22dbkXbowE6jgT/gNBxE=
golang.org/x/xerrors v0.0.0-20191204190536-9bdfabe68543 h1:E7g+9GITq07hpfrRu66IVDexMakfv52eLZ2CXBWiKr4=
golang.org/x/xerrors v0.0.0-20191204190536-9bdfabe68543/go.mod h1:I/5z698sn9Ka8TeJc9MKroUUfqBBauWjQqLJ2OPfmY0=
2 changes: 0 additions & 2 deletions rfc6962/rfc6962_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -18,8 +18,6 @@ import (
"bytes"
"encoding/hex"
"testing"

_ "github.com/golang/glog"
)

func TestRFC6962Hasher(t *testing.T) {
Expand Down

0 comments on commit 78493b0

Please sign in to comment.