Skip to content

Commit 219efcd

Browse files
committed
use inverse-inc's version of go-ipset
1 parent 3bae876 commit 219efcd

File tree

4 files changed

+9
-8
lines changed

4 files changed

+9
-8
lines changed

go/caddy/pfipset/handlers.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,8 +9,8 @@ import (
99
"net/http"
1010

1111
"github.com/diegoguarnieri/go-conntrack/conntrack"
12-
ipset "github.com/fdurand/go-ipset"
1312
"github.com/gorilla/mux"
13+
ipset "github.com/inverse-inc/go-ipset"
1414
"github.com/inverse-inc/packetfence/go/log"
1515
"github.com/inverse-inc/packetfence/go/sharedutils"
1616
)

go/caddy/pfipset/pool.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
package pfipset
22

33
import (
4-
ipset "github.com/fdurand/go-ipset"
4+
ipset "github.com/inverse-inc/go-ipset"
55
)
66

77
type job struct {

go/caddy/pfipset/utils.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ import (
1010
"net/http"
1111
"regexp"
1212

13-
ipset "github.com/fdurand/go-ipset"
13+
ipset "github.com/inverse-inc/go-ipset"
1414
"github.com/inverse-inc/packetfence/go/log"
1515
"github.com/inverse-inc/packetfence/go/pfconfigdriver"
1616
"github.com/inverse-inc/packetfence/go/sharedutils"

go/vendor/vendor.json

Lines changed: 6 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -200,11 +200,6 @@
200200
"path": "github.com/fdurand/go-cache",
201201
"revision": "cf0198ac7d92634998b3f3f2b616553fda07d7b0"
202202
},
203-
{
204-
"checksumSHA1": "RFnAYMiZSJG51dKxpwbneK30Wh0=",
205-
"path": "github.com/fdurand/go-ipset",
206-
"revision": "9a266eccec047c1e13fd3f514a7d8dc859cb51ab"
207-
},
208203
{
209204
"checksumSHA1": "VdXZPcDRHK1T7XjBu2KW8Mb8S6w=",
210205
"path": "github.com/flynn/go-shlex",
@@ -415,6 +410,12 @@
415410
"revision": "0decfc6c20d9ca0ad143b0e89dcaa20f810b4fb3",
416411
"revisionTime": "2016-11-12T20:41:34Z"
417412
},
413+
{
414+
"checksumSHA1": "/k5Xp8M6CJ3w9DcKrCGgS221gZw=",
415+
"path": "github.com/inverse-inc/go-ipset",
416+
"revision": "3b787d33ec19ef4e074fed7fb7eacb86c4744261",
417+
"revisionTime": "2018-12-06T17:07:14Z"
418+
},
418419
{
419420
"path": "github.com/inverse-inc/packetfence/go/caddy/pfipset",
420421
"revision": ""

0 commit comments

Comments
 (0)