chore: update ant-design dependencies and add new icon types

This commit is contained in:
Luiz Costa
2025-11-18 09:39:51 -03:00
parent 775e562fe9
commit 5c0094d74e
22648 changed files with 2140248 additions and 29 deletions
+7 -11
View File
@@ -1,16 +1,12 @@
module github.com/seu-usuario/go-react-web-tail
go 1.21
go 1.24.0
require github.com/hpcloud/tail v1.0.0
require (
github.com/hpcloud/tail v1.0.0
)
require (
github.com/fsnotify/fsnotify v1.4.7 // indirect
github.com/golang/protobuf v1.3.2 // indirect
github.com/tomnomnom/linkheader v0.1.0 // indirect
golang.org/x/sys v0.0.0-20191026070338-33540a1f6037 // indirect
gopkg.in/tomb.v1 v1.0.0-20141024135613-dd632973f1e7 // indirect
gopkg.in/yaml.v2 v2.2.2 // indirect
github.com/fsnotify/fsnotify v1.9.0 // indirect
golang.org/x/sys v0.38.0 // indirect
gopkg.in/fsnotify.v1 v1.4.7 // indirect
gopkg.in/tomb.v1 v1.0.0-20141024135613-dd632973f1e7 // indirect
)