Browse Source

Remove goselect.

Steve Thielemann 1 năm trước cách đây
mục cha
commit
b762d728dc
1 tập tin đã thay đổi với 6 bổ sung0 xóa
  1. 6 0
      font-util/go.mod

+ 6 - 0
font-util/go.mod

@@ -5,3 +5,9 @@ go 1.18
 replace red-green/door => ../door
 
 require red-green/door v0.0.0-00010101000000-000000000000
+
+require (
+	golang.org/x/sys v0.2.0 // indirect
+	golang.org/x/term v0.2.0 // indirect
+	golang.org/x/text v0.4.0 // indirect
+)