Skip to content

Commit

Permalink
Transfer this package under github.com/go-chi org
Browse files Browse the repository at this point in the history
  • Loading branch information
VojtechVitek committed Mar 6, 2024
1 parent bca3270 commit 4ea7637
Show file tree
Hide file tree
Showing 5 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion LICENSE
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
MIT License

Copyright (c) 2023 golang.cz
Copyright (c) 2023-Present golang.cz, https://github.com/go-chi authors

Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ if debugMode {

# Authors
- [Golang.cz](https://golang.cz/)
- See [list of contributors](https://github.com/golang-cz/transport/graphs/contributors).
- See [list of contributors](https://github.com/go-chi/transport/graphs/contributors).

# License
[MIT license](./LICENSE)
4 changes: 2 additions & 2 deletions go.mod
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
module github.com/golang-cz/transport
module github.com/go-chi/transport

go 1.21.1
go 1.14

require moul.io/http2curl/v2 v2.3.0

Expand Down
2 changes: 1 addition & 1 deletion setHeaderFunc_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ import (
"testing"
"time"

"github.com/golang-cz/transport"
"github.com/go-chi/transport"
"golang.org/x/sync/errgroup"
)

Expand Down
2 changes: 1 addition & 1 deletion setHeader_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ import (
"testing"
"time"

"github.com/golang-cz/transport"
"github.com/go-chi/transport"
)

func TestSetHeader(t *testing.T) {
Expand Down

0 comments on commit 4ea7637

Please sign in to comment.