File tree Expand file tree Collapse file tree 3 files changed +4
-3
lines changed Expand file tree Collapse file tree 3 files changed +4
-3
lines changed Original file line number Diff line number Diff line change @@ -5,7 +5,7 @@ go-gssapi provides GSSAPI bindings for Go.
5
5
![ GitHub tag (latest SemVer)] ( https://img.shields.io/github/v/tag/golang-auth/go-gssapi )
6
6
[ ![ Git Workflow] (https://img.shields.io/github/actions/workflow/status/golang-auth/go-gssapi/checks.yml?branch=dev
7
7
)] ( https://img.shields.io/github/actions/workflow/status/golang-auth/go-gssapi/checks.yml?branch=de )
8
- [ ![ Go Version] ( https://img.shields.io/badge/go%20version-%3E=1.18 -61CFDD.svg?style=flat-square )] ( https://golang.org/ )
8
+ [ ![ Go Version] ( https://img.shields.io/badge/go%20version-%3E=1.24 -61CFDD.svg?style=flat-square )] ( https://golang.org/ )
9
9
[ ![ GO Reference] ( https://pkg.go.dev/badge/mod/github.com/golang-auth/go-gssapi )] ( https://pkg.go.dev/mod/github.com/golang-auth/go-gssapi/v3 )
10
10
11
11
# Overview
Original file line number Diff line number Diff line change @@ -7,5 +7,5 @@ require github.com/stretchr/testify v1.7.0
7
7
require (
8
8
github.com/davecgh/go-spew v1.1.0 // indirect
9
9
github.com/pmezard/go-difflib v1.0.0 // indirect
10
- gopkg.in/yaml.v3 v3.0.0-20200313102051-9f266ea9e77c // indirect
10
+ gopkg.in/yaml.v3 v3.0.1 // indirect
11
11
)
Original file line number Diff line number Diff line change @@ -7,5 +7,6 @@ github.com/stretchr/testify v1.7.0 h1:nwc3DEeHmmLAfoZucVR881uASk0Mfjw8xYJ99tb5Cc
7
7
github.com/stretchr/testify v1.7.0 /go.mod h1:6Fq8oRcR53rry900zMqJjRRixrwX3KX962/h/Wwjteg =
8
8
gopkg.in/check.v1 v0.0.0-20161208181325-20d25e280405 h1:yhCVgyC4o1eVCa2tZl7eS0r+SDo693bJlVdllGtEeKM =
9
9
gopkg.in/check.v1 v0.0.0-20161208181325-20d25e280405 /go.mod h1:Co6ibVJAznAaIkqp8huTwlJQCZ016jof/cbN4VW5Yz0 =
10
- gopkg.in/yaml.v3 v3.0.0-20200313102051-9f266ea9e77c h1:dUUwHk2QECo/6vqA44rthZ8ie2QXMNeKRTHCNY2nXvo =
11
10
gopkg.in/yaml.v3 v3.0.0-20200313102051-9f266ea9e77c /go.mod h1:K4uyk7z7BCEPqu6E+C64Yfv1cQ7kz7rIZviUmN+EgEM =
11
+ gopkg.in/yaml.v3 v3.0.1 h1:fxVm/GzAzEWqLHuvctI91KS9hhNmmWOoWu0XTYJS7CA =
12
+ gopkg.in/yaml.v3 v3.0.1 /go.mod h1:K4uyk7z7BCEPqu6E+C64Yfv1cQ7kz7rIZviUmN+EgEM =
You can’t perform that action at this time.
0 commit comments