|
|
@@ -6,8 +6,8 @@ Development will be focused on the latest major version. New features will only
|
|
|
|
|
|
| Versions | Dependency Management | Import Path | Usage | Godoc | Go Report Card |
|
|
|
|----------|-----------------------|-------------|-------|-------|----------------|
|
|
|
-| [](https://github.com/jcmturner/gokrb5/actions?query=workflow%3Av8) | Go modules | import "github.com/jcmturner/gokrb5/v8/{sub-package}" | [](https://github.com/jcmturner/gokrb5/blob/master/v8/USAGE.md) | [](https://godoc.org/github.com/jcmturner/gokrb5/v8) | [](https://goreportcard.com/report/github.com/jcmturner/gokrb5/v8) |
|
|
|
-| [](https://github.com/jcmturner/gokrb5/actions?query=workflow%3Av7) | gopkg.in | import "gopkg.in/jcmturner/gokrb5.v7/{sub-package}" | [](https://github.com/jcmturner/gokrb5/blob/master/USAGE.md) | [](https://godoc.org/gopkg.in/jcmturner/gokrb5.v7) | [](https://goreportcard.com/report/gopkg.in/jcmturner/gokrb5.v7) |
|
|
|
+| [](https://github.com/jcmturner/gokrb5/actions?query=workflow%3Av8) | Go modules | import "github.com/jcmturner/gokrb5/v8/{sub-package}" | [](https://github.com/jcmturner/gokrb5/blob/master/v8/USAGE.md) | [](https://pkg.go.dev/github.com/jcmturner/gokrb5/v8) | [](https://goreportcard.com/report/github.com/jcmturner/gokrb5/v8) |
|
|
|
+| [](https://github.com/jcmturner/gokrb5/actions?query=workflow%3Av7) | gopkg.in | import "gopkg.in/jcmturner/gokrb5.v7/{sub-package}" | [](https://github.com/jcmturner/gokrb5/blob/master/USAGE.md) | [](https://pkg.go.dev/github.com/jcmturner/gokrb5@v7.5.0+incompatible) | [](https://goreportcard.com/report/gopkg.in/jcmturner/gokrb5.v7) |
|
|
|
|
|
|
|
|
|
#### Go Version Support
|