From 4ea7637f540e0d3ea82546be4ddf98bde12307ef Mon Sep 17 00:00:00 2001 From: Vojtech Vitek Date: Wed, 6 Mar 2024 12:51:55 +0100 Subject: [PATCH] Transfer this package under github.com/go-chi org --- LICENSE | 2 +- README.md | 2 +- go.mod | 4 ++-- setHeaderFunc_test.go | 2 +- setHeader_test.go | 2 +- 5 files changed, 6 insertions(+), 6 deletions(-) diff --git a/LICENSE b/LICENSE index 6aafe1c..3b9a2ef 100644 --- a/LICENSE +++ b/LICENSE @@ -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 diff --git a/README.md b/README.md index 5abf344..a564729 100644 --- a/README.md +++ b/README.md @@ -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) diff --git a/go.mod b/go.mod index 7eb285c..2fa72c7 100644 --- a/go.mod +++ b/go.mod @@ -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 diff --git a/setHeaderFunc_test.go b/setHeaderFunc_test.go index 4959823..bf48d02 100644 --- a/setHeaderFunc_test.go +++ b/setHeaderFunc_test.go @@ -10,7 +10,7 @@ import ( "testing" "time" - "github.com/golang-cz/transport" + "github.com/go-chi/transport" "golang.org/x/sync/errgroup" ) diff --git a/setHeader_test.go b/setHeader_test.go index df85ffe..8ea71bf 100644 --- a/setHeader_test.go +++ b/setHeader_test.go @@ -8,7 +8,7 @@ import ( "testing" "time" - "github.com/golang-cz/transport" + "github.com/go-chi/transport" ) func TestSetHeader(t *testing.T) {