Skip to content

Commit

Permalink
Update gopkg.in/v{1 => 2}
Browse files Browse the repository at this point in the history
  • Loading branch information
geoffgarside committed May 23, 2017
1 parent bc0adcd commit ec9d178
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
CAS provides a http package compatible client implementation for use with
securing http frontends in golang.

import "gopkg.in/cas.v1"
import "gopkg.in/cas.v2"

## Examples and Documentation

Expand Down
2 changes: 1 addition & 1 deletion _examples/cas-dumper.go
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ import (

"github.com/golang/glog"

"gopkg.in/cas.v1"
"gopkg.in/cas.v2"
)

type myHandler struct{}
Expand Down
2 changes: 1 addition & 1 deletion doc_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ import (
"net/http"
"net/url"

"gopkg.in/cas.v1"
"gopkg.in/cas.v2"
)

func ExampleRedirectToLogin() {
Expand Down
2 changes: 1 addition & 1 deletion example_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ import (

"github.com/golang/glog"

"gopkg.in/cas.v1"
"gopkg.in/cas.v2"
)

type myHandler struct{}
Expand Down

0 comments on commit ec9d178

Please sign in to comment.