fix compilation errors and warnings

This commit is contained in:
2024-09-29 10:27:15 -07:00
parent ba5171fd67
commit d2a00d2044
3 changed files with 23 additions and 17 deletions

2
go.mod
View File

@@ -8,5 +8,5 @@ require (
github.com/kr/pretty v0.3.1 // indirect
github.com/kr/text v0.2.0 // indirect
github.com/rogpeppe/go-internal v1.9.0 // indirect
golang.org/x/exp v0.0.0-20230321023759-10a507213a29 // indirect
golang.org/x/exp v0.0.0-20230321023759-10a507213a29
)