Skip to content

Commit

Permalink
use @fdurand's go-ipset package
Browse files Browse the repository at this point in the history
supports newer libipset version
  • Loading branch information
julsemaan committed Dec 5, 2018
1 parent b355ded commit 18df30f
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 9 deletions.
2 changes: 1 addition & 1 deletion go/caddy/pfipset/handlers.go
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ import (
"net/http"

"github.com/diegoguarnieri/go-conntrack/conntrack"
ipset "github.com/digineo/go-ipset"
ipset "github.com/fdurand/go-ipset"
"github.com/gorilla/mux"
"github.com/inverse-inc/packetfence/go/log"
"github.com/inverse-inc/packetfence/go/sharedutils"
Expand Down
2 changes: 1 addition & 1 deletion go/caddy/pfipset/pool.go
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
package pfipset

import (
ipset "github.com/digineo/go-ipset"
ipset "github.com/fdurand/go-ipset"
)

type job struct {
Expand Down
2 changes: 1 addition & 1 deletion go/caddy/pfipset/utils.go
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ import (
"net/http"
"regexp"

ipset "github.com/digineo/go-ipset"
ipset "github.com/fdurand/go-ipset"
"github.com/inverse-inc/packetfence/go/log"
"github.com/inverse-inc/packetfence/go/pfconfigdriver"
"github.com/inverse-inc/packetfence/go/sharedutils"
Expand Down
11 changes: 5 additions & 6 deletions go/vendor/vendor.json
Original file line number Diff line number Diff line change
Expand Up @@ -123,12 +123,6 @@
"revision": "9abb0707ff3199f9ab5a44b5a5ea588c41979476",
"revisionTime": "2016-12-08T18:04:11Z"
},
{
"checksumSHA1": "HHKEZVMANt+QoNbpt+6Om7DCuVY=",
"path": "github.com/digineo/go-ipset",
"revision": "7a05e099ec96caf47dd1c3138bfb6a35c5d1b6a5",
"revisionTime": "2018-02-11T16:25:07Z"
},
{
"checksumSHA1": "NJ+mjEgf5/x6f+x8+IrQQcD7vko=",
"path": "github.com/dnstap/golang-dnstap",
Expand Down Expand Up @@ -212,6 +206,11 @@
"path": "github.com/fdurand/go-cache",
"revision": "cf0198ac7d92634998b3f3f2b616553fda07d7b0"
},
{
"checksumSHA1": "RFnAYMiZSJG51dKxpwbneK30Wh0=",
"path": "github.com/fdurand/go-ipset",
"revision": "9a266eccec047c1e13fd3f514a7d8dc859cb51ab"
},
{
"checksumSHA1": "VdXZPcDRHK1T7XjBu2KW8Mb8S6w=",
"path": "github.com/flynn/go-shlex",
Expand Down

0 comments on commit 18df30f

Please sign in to comment.