module github.com/open-o11y/prometheus-sample-app go 1.15 require ( github.com/prometheus/client_golang v1.16.0 gopkg.in/yaml.v3 v3.0.1 )