File tree Expand file tree Collapse file tree 7 files changed +7
-11
lines changed Expand file tree Collapse file tree 7 files changed +7
-11
lines changed Original file line number Diff line number Diff line change @@ -5,15 +5,11 @@ packages:
55 - bash
66 - findutils
77sources :
8- - https://github.com/emersion /go-sasl
8+ - https://github.com/uponusolutions /go-sasl
99tasks :
1010 - build : |
1111 cd go-sasl
1212 go build -v ./...
1313 - test : |
1414 cd go-sasl
1515 go test -coverprofile=coverage.txt -covermode=atomic ./...
16- - upload-coverage : |
17- cd go-sasl
18- export CODECOV_TOKEN=3f257f71-a128-4834-8f68-2b534e9f4cb1
19- curl -s https://codecov.io/bash | bash
Original file line number Diff line number Diff line change 11# go-sasl
22
3- [ ![ Go Reference] ( https://pkg.go.dev/badge/github.com/emersion /go-sasl.svg )] ( https://pkg.go.dev/github.com/emersion /go-sasl )
3+ [ ![ Go Reference] ( https://pkg.go.dev/badge/github.com/uponusolutions /go-sasl.svg )] ( https://pkg.go.dev/github.com/uponusolutions /go-sasl )
44
55A [ SASL] ( https://tools.ietf.org/html/rfc4422 ) library written in Go.
66
Original file line number Diff line number Diff line change 1- module github.com/emersion /go-sasl
1+ module github.com/uponusolutions /go-sasl
22
3- go 1.12
3+ go 1.23.5
Original file line number Diff line number Diff line change 55 "errors"
66 "testing"
77
8- "github.com/emersion /go-sasl"
8+ "github.com/uponusolutions /go-sasl"
99)
1010
1111func TestNewLoginClient (t * testing.T ) {
Original file line number Diff line number Diff line change 44 "bytes"
55 "testing"
66
7- "github.com/emersion /go-sasl"
7+ "github.com/uponusolutions /go-sasl"
88)
99
1010func TestNewOAuthBearerClientNoHostOrPort (t * testing.T ) {
Original file line number Diff line number Diff line change 55 "errors"
66 "testing"
77
8- "github.com/emersion /go-sasl"
8+ "github.com/uponusolutions /go-sasl"
99)
1010
1111func TestNewPlainClient (t * testing.T ) {
You can’t perform that action at this time.
0 commit comments