You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

go.mod 120B

12345678
  1. module coffee.mort.mediator
  2. go 1.16
  3. require (
  4. github.com/BurntSushi/toml v0.4.1
  5. github.com/go-vgo/robotgo v0.99.0
  6. )