module pc-monitor-server go 1.21 require ( github.com/gin-gonic/gin v1.9.1 github.com/mattn/go-sqlite3 v1.14.22 gopkg.in/yaml.v3 v3.0.1 )