Skip to content

Commit 6cc71d4

Browse files
author
☃ pitr
committed
go mod tidy
1 parent 6cc3efb commit 6cc71d4

File tree

2 files changed

+3
-5
lines changed

2 files changed

+3
-5
lines changed

go.mod

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ module github.com/pitr/fj
33
go 1.16
44

55
require (
6-
github.com/matryer/is v1.4.0 // indirect
7-
github.com/pitr/jsontokenizer v0.2.0 // indirect
8-
github.com/valyala/bytebufferpool v1.0.0 // indirect
6+
github.com/matryer/is v1.4.0
7+
github.com/pitr/jsontokenizer v0.2.0
8+
github.com/valyala/bytebufferpool v1.0.0
99
)

go.sum

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,5 @@
11
github.com/matryer/is v1.4.0 h1:sosSmIWwkYITGrxZ25ULNDeKiMNzFSr4V/eqBQP0PeE=
22
github.com/matryer/is v1.4.0/go.mod h1:8I/i5uYgLzgsgEloJE1U6xx5HkBQpAZvepWuujKwMRU=
3-
github.com/pitr/jsontokenizer v0.0.0-20210621002103-cfc7cb7051f0 h1:dO+IA4HI7oK/ocXEUi9GzTqCvhknUTYKe5nkLU3Z5tE=
4-
github.com/pitr/jsontokenizer v0.0.0-20210621002103-cfc7cb7051f0/go.mod h1:KATI4UQwEA2a5MjKoszKlyZjcQZHY2DARFx01kRgUFY=
53
github.com/pitr/jsontokenizer v0.2.0 h1:P0Wtw2aYDOVDmaFjRjOKxMl73R0QxEAWYwli+kd7f/M=
64
github.com/pitr/jsontokenizer v0.2.0/go.mod h1:KATI4UQwEA2a5MjKoszKlyZjcQZHY2DARFx01kRgUFY=
75
github.com/valyala/bytebufferpool v1.0.0 h1:GqA5TC/0021Y/b9FG4Oi9Mr3q7XYx6KllzawFIhcdPw=

0 commit comments

Comments
 (0)