mirror of
https://github.com/rocky-linux/peridot.git
synced 2024-11-01 04:41:22 +00:00
10 lines
209 B
Modula-2
10 lines
209 B
Modula-2
|
module github.com/antchfx/xmlquery
|
||
|
|
||
|
go 1.14
|
||
|
|
||
|
require (
|
||
|
github.com/antchfx/xpath v1.1.10
|
||
|
github.com/golang/groupcache v0.0.0-20200121045136-8c9f03a8e57e
|
||
|
golang.org/x/net v0.0.0-20200813134508-3edf25e44fcc
|
||
|
)
|