Skip to content

Commit

Permalink
all: fix go.mod
Browse files Browse the repository at this point in the history
  • Loading branch information
EugeneOne1 committed Aug 18, 2023
1 parent 852bc06 commit 3d19556
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@ require (
github.com/miekg/dns v1.1.55
github.com/shirou/gopsutil/v3 v3.23.7
github.com/stretchr/testify v1.8.4
golang.org/x/exp v0.0.0-20230817173708-d852ddb80c63
golang.org/x/net v0.14.0
)

Expand All @@ -23,7 +24,6 @@ require (
github.com/tklauser/go-sysconf v0.3.11 // indirect
github.com/tklauser/numcpus v0.6.0 // indirect
github.com/yusufpapurcu/wmi v1.2.3 // indirect
golang.org/x/exp v0.0.0-20230817173708-d852ddb80c63
golang.org/x/mod v0.12.0 // indirect
golang.org/x/sys v0.11.0 // indirect
golang.org/x/text v0.12.0 // indirect
Expand Down

0 comments on commit 3d19556

Please sign in to comment.