2024-04-29 08:58:30 +02:00
|
|
|
module aemet
|
|
|
|
|
|
|
|
go 1.22.2
|
2024-05-03 09:22:59 +02:00
|
|
|
|
|
|
|
require github.com/basgys/goxml2json v1.1.0
|
|
|
|
|
|
|
|
require (
|
|
|
|
github.com/bitly/go-simplejson v0.5.1 // indirect
|
|
|
|
github.com/stretchr/testify v1.9.0 // indirect
|
|
|
|
golang.org/x/net v0.24.0 // indirect
|
|
|
|
golang.org/x/text v0.14.0 // indirect
|
|
|
|
)
|