mirror of
https://github.com/asticode/go-astiencoder.git
synced 2025-09-27 03:28:10 +08:00
15 lines
335 B
Modula-2
15 lines
335 B
Modula-2
module github.com/asticode/go-astiencoder
|
|
|
|
go 1.13
|
|
|
|
require (
|
|
github.com/asticode/go-astiav v0.29.0
|
|
github.com/asticode/go-astikit v0.42.0
|
|
github.com/shirou/gopsutil/v3 v3.21.10
|
|
github.com/stretchr/testify v1.7.0
|
|
)
|
|
|
|
//replace github.com/asticode/go-astikit => ../go-astikit
|
|
|
|
//replace github.com/asticode/go-astiav => ../go-astiav
|