Skip to content

Commit 24f25c5

Browse files
authored
fix(gomod): fixed go.mod
1 parent c2a3201 commit 24f25c5

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ A lightweight Go client library for the [GetFreeProxy API](https://developer.get
1616
## Installation
1717

1818
```bash
19-
go get github.com/gfpcom/freeproxy
19+
go get github.com/gfpcom/freeproxy-go
2020
```
2121

2222
## Requirements
@@ -38,7 +38,7 @@ import (
3838
"fmt"
3939
"log"
4040

41-
"github.com/gfpcom/freeproxy"
41+
"github.com/gfpcom/freeproxy-go"
4242
)
4343

4444
func main() {

examples/main.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ import (
66
"net/http"
77
"time"
88

9-
"github.com/gfpcom/freeproxy"
9+
"github.com/gfpcom/freeproxy-go"
1010
)
1111

1212
func main() {

go.mod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
1-
module github.com/gfpcom/freeproxy
1+
module github.com/gfpcom/freeproxy-go
22

33
go 1.25.4

0 commit comments

Comments
 (0)