Skip to content

Commit e783881

Browse files
authored
Merge pull request #24 from hengfeiyang/master
update depends
2 parents 8f239af + 5c81dac commit e783881

File tree

947 files changed

+379
-311610
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

947 files changed

+379
-311610
lines changed

bloom/bloom.go

+1-3
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,7 @@
11
package bloom
22

33
import (
4-
// "fmt"
5-
6-
"github.com/willf/bitset"
4+
"github.com/bits-and-blooms/bitset"
75
)
86

97
const defaultSize = 2 << 24

go.mod

+4-4
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
11
module github.com/penglongli/gin-metrics
22

3-
go 1.14
3+
go 1.16
44

55
require (
6-
github.com/gin-gonic/gin v1.6.3
6+
github.com/bits-and-blooms/bitset v1.2.0
7+
github.com/gin-gonic/gin v1.7.4
78
github.com/pkg/errors v0.9.1
8-
github.com/prometheus/client_golang v1.7.1
9-
github.com/willf/bitset v1.1.11
9+
github.com/prometheus/client_golang v1.12.0
1010
)

go.sum

+374-18
Large diffs are not rendered by default.

vendor/github.com/beorn7/perks/LICENSE

-20
This file was deleted.

0 commit comments

Comments
 (0)