Skip to content

Commit

Permalink
Fixed readme
Browse files Browse the repository at this point in the history
  • Loading branch information
jake-scott committed Aug 1, 2024
1 parent f842809 commit b004f48
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions v2/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,7 @@ Import the base `go-gssapi` package where you will use GSS-API, and the mechani

We will maintain major versions of the library in separate Git branches. To use the latest version in a branch, use `go get` with the branch name, eg :

go get github.com/golang-auth/go-gssapi/v2@v2.0.0-alpha
go get github.com/golang-auth/go-gssapi/v2

This will result in a concrete version being added to `go.mod`:

Expand All @@ -84,7 +84,7 @@ module test
go 1.15
require github.com/golang-auth/go-gssapi/v2 v2.0.0-alpha //indirect
require github.com/golang-auth/go-gssapi/v2 v2.2.2 // indirect
```

## Initialization
Expand Down

0 comments on commit b004f48

Please sign in to comment.