deps.nix (1194B)
1 [ 2 { 3 goPackagePath = "github.com/eclipse/paho.mqtt.golang"; 4 fetch = { 5 type = "git"; 6 url = "https://github.com/eclipse/paho.mqtt.golang"; 7 rev = "v1.4.2"; 8 sha256 = "sha256-qCBZbcvGqD9tA3Po3Nd9wqATJ9fBgAPZ0s4y/jFYzeA="; 9 }; 10 } 11 { 12 goPackagePath = "github.com/gorilla/websocket"; 13 fetch = { 14 type = "git"; 15 url = "https://github.com/gorilla/websocket"; 16 rev = "v1.5.0"; 17 sha256 = "sha256-EYVgkSEMo4HaVrsWKqnsYRp8SSS8gNf7t+Elva02Ofc="; 18 }; 19 } 20 { 21 goPackagePath = "golang.org/x/net"; 22 fetch = { 23 type = "git"; 24 url = "https://go.googlesource.com/net"; 25 rev = "v0.2.0"; 26 sha256 = "sha256-0MqnHDdLkkau6k7hlWD9MzIoAFROvxulyT+KzZkSXOs="; 27 }; 28 } 29 { 30 goPackagePath = "golang.org/x/sync"; 31 fetch = { 32 type = "git"; 33 url = "https://go.googlesource.com/sync"; 34 rev = "v0.1.0"; 35 sha256 = "sha256-Hygjq9euZ0qz6TvHYQwOZEjNiTbTh1nSLRAWZ6KFGR8="; 36 }; 37 } 38 { 39 goPackagePath = "gopkg.in/yaml.v3"; 40 fetch = { 41 type = "git"; 42 url = "https://github.com/go-yaml/yaml"; 43 rev = "v3.0.1"; 44 sha256 = "sha256-FqL9TKYJ0XkNwJFnq9j0VvJ5ZUU1RvH/52h/f5bkYAU="; 45 }; 46 } 47 ]