diff --git a/examples/go.mod b/examples/go.mod
new file mode 100644
index 0000000..4d0275a
--- /dev/null
+++ b/examples/go.mod
@@ -0,0 +1,10 @@
+module github.com/ii64/gouring/examples
+
+go 1.20
+
+replace github.com/ii64/gouring => ../
+
+require (
+	github.com/ii64/gouring v0.0.0-00010101000000-000000000000
+	golang.org/x/sys v0.7.0
+)
diff --git a/examples/go.sum b/examples/go.sum
new file mode 100644
index 0000000..dfef746
--- /dev/null
+++ b/examples/go.sum
@@ -0,0 +1,6 @@
+github.com/davecgh/go-spew v1.1.0 h1:ZDRjVQ15GmhC3fiQ8ni8+OwkZQO4DARzQgrnXU1Liz8=
+github.com/pmezard/go-difflib v1.0.0 h1:4DBwDE0NGyQoBHbLQYPwSUPoCMWR5BEzIk/f1lZbAQM=
+github.com/stretchr/testify v1.7.0 h1:nwc3DEeHmmLAfoZucVR881uASk0Mfjw8xYJ99tb5CcY=
+golang.org/x/sys v0.7.0 h1:3jlCCIQZPdOYu1h8BkNvLz8Kgwtae2cagcG/VamtZRU=
+golang.org/x/sys v0.7.0/go.mod h1:oPkhp1MJrh7nUepCBck5+mAzfO9JrbApNNgaTdGDITg=
+gopkg.in/yaml.v3 v3.0.0-20200313102051-9f266ea9e77c h1:dUUwHk2QECo/6vqA44rthZ8ie2QXMNeKRTHCNY2nXvo=
diff --git a/go.work b/go.work
new file mode 100644
index 0000000..07b326b
--- /dev/null
+++ b/go.work
@@ -0,0 +1,3 @@
+go 1.20
+
+use ./examples